Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 9ce0e48

Browse files
committed
Revert sqlite to STATIC
1 parent 36e7c2f commit 9ce0e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniscidb/ThirdParty/sqlite3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ else()
66
set_source_files_properties(sqlite3.c PROPERTIES COMPILE_FLAGS "-O0 -Wno-unused-value")
77
endif()
88

9-
add_library(sqlite3 sqlite3.c sqlite3.h)
9+
add_library(sqlite3 STATIC sqlite3.c sqlite3.h)
1010
if(MSVC)
1111
target_link_libraries(sqlite3 ${CMAKE_DL_LIBS})
1212
else()

0 commit comments

Comments
 (0)