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 ae6e231 commit a2805d3Copy full SHA for a2805d3
CMakeLists.txt
@@ -17,7 +17,7 @@ add_executable(SQLiteCpp_Example ${SOURCE_FILES})
17
if(UNIX AND NOT APPLE)
18
# Linux
19
target_link_libraries(SQLiteCpp_Example SQLiteCpp sqlite3 pthread dl)
20
-else(UNIX AND APPLE)
+elseif(UNIX AND APPLE)
21
# Mac OS
22
target_link_libraries(SQLiteCpp_Example SQLiteCpp sqlite3 pthread)
23
else()
0 commit comments