Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feature_2185_roo…
Browse files Browse the repository at this point in the history
…tless_events
  • Loading branch information
dweindl committed Dec 4, 2023
2 parents a257b0d + c225cda commit b192707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.template.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
endif()
foreach(flag ${MY_CXX_FLAGS})
unset(CUR_FLAG_SUPPORTED CACHE)
check_cxx_compiler_flag(-Werror ${flag} CUR_FLAG_SUPPORTED)
check_cxx_compiler_flag(${flag} CUR_FLAG_SUPPORTED)
if(${CUR_FLAG_SUPPORTED})
string(APPEND CMAKE_CXX_FLAGS " ${flag}")
endif()
Expand Down

0 comments on commit b192707

Please sign in to comment.