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 26d5e47 commit 553361bCopy full SHA for 553361b
CMakeLists.txt
@@ -325,7 +325,7 @@ else (SQLITECPP_INTERNAL_SQLITE)
325
endif()
326
else()
327
find_package (SQLite3 REQUIRED)
328
- message(STATUS "Link to sqlite3 system library")
+ message(STATUS "Link to sqlite3 system library ${SQLite3_VERSION}")
329
target_link_libraries(SQLiteCpp PUBLIC SQLite::SQLite3)
330
if(SQLite3_VERSION VERSION_LESS "3.19")
331
set_target_properties(SQLiteCpp PROPERTIES COMPILE_FLAGS "-DSQLITECPP_HAS_MEM_STRUCT")
0 commit comments