We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ffcdd commit b1b5523Copy full SHA for b1b5523
CMakeLists.txt
@@ -23,7 +23,7 @@ option(ENABLE_COMPRESSION "Enable gzip compression" ON)
23
option(ENABLE_TESTING "Build tests" ON)
24
option(USE_THIRDPARTY_LIBRARIES "Use 3rdParty submodules" ON)
25
option(THIRDPARTY_CIVETWEB_WITH_SSL "Enable SSL support for embedded civetweb source code")
26
-option(OVERRIDE_CXX_STANDARD_FLAGS "Force building with -std=c++14 even if the CXXLFAGS are configured differently" ON)
+option(OVERRIDE_CXX_STANDARD_FLAGS "Force building with -std=c++14 even if the CXXFLAGS are configured differently" ON)
27
option(GENERATE_PKGCONFIG "Generate and install pkg-config files" ${UNIX})
28
option(RUN_IWYU "Run include-what-you-use" OFF)
29
0 commit comments