You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Cpp.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,17 @@ cmake --build build
30
30
|`WITH_MYSQL`|`OFF`| Build the MySQL/MariaDB backend (read + write). |
31
31
|`SQLiteCpp_ROOT`|*(unset)*| Install prefix of an existing SQLiteCpp. If set, that install is used instead of fetching one. |
32
32
|`SQLITECPP_FETCH_TAG`|`3.3.3`| SQLiteCpp git tag fetched with `FetchContent` (used unless `SQLiteCpp_ROOT` is given). |
33
+
|`SQLITECPP_INTERNAL_SQLITE`|`ON`| When fetching SQLiteCpp: `ON` compiles its bundled SQLite3; `OFF` links the system `libsqlite3`. Forwarded to SQLiteCpp with its own default. |
0 commit comments