Skip to content

Commit

Permalink
cmake: fix typo in CXXFLAGS (was CXXLFAGS)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsergean authored and gjasny committed Nov 18, 2022
1 parent c9ffcdd commit b1b5523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(ENABLE_COMPRESSION "Enable gzip compression" ON)
option(ENABLE_TESTING "Build tests" ON)
option(USE_THIRDPARTY_LIBRARIES "Use 3rdParty submodules" ON)
option(THIRDPARTY_CIVETWEB_WITH_SSL "Enable SSL support for embedded civetweb source code")
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)
option(GENERATE_PKGCONFIG "Generate and install pkg-config files" ${UNIX})
option(RUN_IWYU "Run include-what-you-use" OFF)

Expand Down

0 comments on commit b1b5523

Please sign in to comment.