minor tweak

This commit is contained in:
Robin Müller 2021-01-09 13:52:47 +01:00
parent 3be51762cc
commit dbe326e787
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