updated cmakelists

This commit is contained in:
Robin Müller 2021-01-13 11:47:04 +01:00
parent 5639273d9b
commit c9913ea53a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ else()
)
endif()
if(CMAKE_COMPILER_IS_GNUCXX)
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
set(WARNING_FLAGS
-Wall
-Wextra