Skip to content

Commit

Permalink
Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox committed Dec 23, 2019
1 parent b9b3dc2 commit f757588
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 @@ -224,7 +224,7 @@ ELSE()
-Woverloaded-virtual \
-Wpedantic")
IF(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
SET(CATA_WARNINGS "$(CATA_WARNINGS) -Wsuggest-override")
SET(CATA_WARNINGS "${CATA_WARNINGS} -Wsuggest-override")
ENDIF(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
# Compact the whitespace in the warning string
string(REGEX REPLACE "[\t ]+" " " CATA_WARNINGS "${CATA_WARNINGS}")
Expand Down

0 comments on commit f757588

Please sign in to comment.