mirror of
https://github.com/mariadb-corporation/mariadb-connector-cpp.git
synced 2025-07-25 01:27:57 +00:00
Fix typos in some CMake option documentation strings
This commit is contained in:
@ -41,9 +41,9 @@ OPTION(WITH_SSL "Enables use of TLS/SSL library" ON)
|
||||
OPTION(WITH_UNIT_TESTS "Build test suite" ON)
|
||||
|
||||
IF(MINGW)
|
||||
OPTION(USE_SYSTEM_INSTALLED_LIB "Use installed in the syctem C/C library and do not build one" ON)
|
||||
OPTION(USE_SYSTEM_INSTALLED_LIB "Use installed in the system C/C library and do not build one" ON)
|
||||
ELSE()
|
||||
OPTION(USE_SYSTEM_INSTALLED_LIB "Use installed in the syctem C/C library and do not build one" OFF)
|
||||
OPTION(USE_SYSTEM_INSTALLED_LIB "Use installed in the system C/C library and do not build one" OFF)
|
||||
ENDIF()
|
||||
|
||||
# This is to be used for some testing scenarious, obviously. e.g. testing of the connector installation.
|
||||
|
Reference in New Issue
Block a user