We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b722f1 commit 6768860Copy full SHA for 6768860
1 file changed
CMakeLists.txt
@@ -164,7 +164,7 @@ if(SQLITECPP_BUILD_MODULES)
164
message(WARNING "Skipping SQLiteCpp C++ modules (requires CMake 3.28+, found ${CMAKE_VERSION})")
165
endif()
166
else()
167
- message(STATUS "SQLiteCpp C++ modules support is disabled. Enable with -SQLITECPP_BUILD_MODULES=ON")
+ message(STATUS "SQLiteCpp C++ modules support is disabled. Enable with -DSQLITECPP_BUILD_MODULES=ON")
168
169
170
# list of test files of the library
0 commit comments