Skip to content

Commit 629497e

Browse files
jiangzhutiSRombauts
authored andcommitted
fix set sqlite3 propertie (#212)
1 parent 9864f9e commit 629497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ add_library(sqlite3
1212
)
1313

1414
if (UNIX AND (CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang"))
15-
set_target_properties(SQLiteCpp PROPERTIES COMPILE_FLAGS "-fPIC")
15+
set_target_properties(sqlite3 PROPERTIES COMPILE_FLAGS "-fPIC")
1616
endif (UNIX AND (CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang"))
1717

1818
if (UNIX AND CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 7.0)

0 commit comments

Comments
 (0)