Skip to content

Commit 2d0d1aa

Browse files
committed
[meson] correct wrong option message
1 parent c1b9420 commit 2d0d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option('SQLITE_OMMIT_LOAD_EXTENSION', type: 'boolean', value: false, description
1414
## Disable the support for std::filesystem (C++17)
1515
option('SQLITECPP_DISABLE_STD_FILESYSTEM', type: 'boolean', value: false, description: 'Disable the support for std::filesystem (C++17)')
1616
## Stack protection is not supported on MinGW-W64 on Windows, allow this flag to be turned off.
17-
option('SQLITECPP_USE_STACK_PROTECTION', type: 'boolean', value: true, description: 'Disable stack protection on MinGW-W64 on Windows.')
17+
option('SQLITECPP_USE_STACK_PROTECTION', type: 'boolean', value: true, description: 'Enable stack protection for MySQL.')
1818
## Enable build for the tests of SQLiteC++
1919
option('SQLITECPP_BUILD_TESTS', type: 'boolean', value: false, description: 'Build SQLiteC++ unit tests.')
2020
## Build the examples of SQLiteC++

0 commit comments

Comments
 (0)