Skip to content

Commit 9b722f1

Browse files
Forgot to use SQLITECPP_BUILD_MODULES in CMakeLists
1 parent 1e26b60 commit 9b722f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if(SQLITECPP_BUILD_MODULES)
164164
message(WARNING "Skipping SQLiteCpp C++ modules (requires CMake 3.28+, found ${CMAKE_VERSION})")
165165
endif()
166166
else()
167-
message(STATUS "SQLiteCpp C++ modules support is disabled. Enable with -NLOHMANN_JSON_BUILD_MODULES=ON")
167+
message(STATUS "SQLiteCpp C++ modules support is disabled. Enable with -SQLITECPP_BUILD_MODULES=ON")
168168
endif()
169169

170170
# list of test files of the library

0 commit comments

Comments
 (0)