Fix typos in some CMake option documentation strings

This commit is contained in:
Francois Mauger
2024-08-29 14:26:21 +02:00
committed by lawrinn
parent 7080eedd79
commit db9241c72f

View File

@ -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.