Skip to content

Commit b1b5523

Browse files
bsergeangjasny
authored andcommitted
cmake: fix typo in CXXFLAGS (was CXXLFAGS)
1 parent c9ffcdd commit b1b5523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ option(ENABLE_COMPRESSION "Enable gzip compression" ON)
2323
option(ENABLE_TESTING "Build tests" ON)
2424
option(USE_THIRDPARTY_LIBRARIES "Use 3rdParty submodules" ON)
2525
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)
26+
option(OVERRIDE_CXX_STANDARD_FLAGS "Force building with -std=c++14 even if the CXXFLAGS are configured differently" ON)
2727
option(GENERATE_PKGCONFIG "Generate and install pkg-config files" ${UNIX})
2828
option(RUN_IWYU "Run include-what-you-use" OFF)
2929

0 commit comments

Comments
 (0)