We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9864f9e commit 629497eCopy full SHA for 629497e
sqlite3/CMakeLists.txt
@@ -12,7 +12,7 @@ add_library(sqlite3
12
)
13
14
if (UNIX AND (CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang"))
15
- set_target_properties(SQLiteCpp PROPERTIES COMPILE_FLAGS "-fPIC")
+ set_target_properties(sqlite3 PROPERTIES COMPILE_FLAGS "-fPIC")
16
endif (UNIX AND (CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang"))
17
18
if (UNIX AND CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 7.0)
0 commit comments