File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ cmake --build .
192192ctest --output-on-failure
193193```
194194
195- To enable building with C++20 modules (and importing the library with ` import sqlitecpp ; ` ), pass ` SQLITECPP_BUILD_MODULES ` to the build system.
195+ To enable building with C++20 modules (and importing the library with ` import sqlite ; ` ), pass ` SQLITECPP_BUILD_MODULES ` to the build system.
196196
197197#### Building with meson
198198
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ cmake --build .
193193ctest --output-on-failure
194194```
195195
196- To enable building with C++20 modules (and importing the library with ` import sqlitecpp ; ` ), pass ` SQLITECPP_BUILD_MODULES ` to the build system.
196+ To enable building with C++20 modules (and importing the library with ` import sqlite ; ` ), pass ` SQLITECPP_BUILD_MODULES ` to the build system.
197197
198198#### CMake options
199199
You can’t perform that action at this time.
0 commit comments