diff --git a/cmake/options_defaults.cmake b/cmake/options_defaults.cmake index 5d196a3..2172fdb 100644 --- a/cmake/options_defaults.cmake +++ b/cmake/options_defaults.cmake @@ -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.