Skip to content

Commit 6768860

Browse files
Should have D in front of it
1 parent 9b722f1 commit 6768860

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 -SQLITECPP_BUILD_MODULES=ON")
167+
message(STATUS "SQLiteCpp C++ modules support is disabled. Enable with -DSQLITECPP_BUILD_MODULES=ON")
168168
endif()
169169

170170
# list of test files of the library

0 commit comments

Comments
 (0)