This commit is contained in:
Simon Richter 2020-04-30 16:03:18 +02:00 committed by Ian McInerney
parent 02e91807ab
commit 23c1837eba
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
if( COMPILER_SUPPORTS_WSUGGEST_OVERRIDE )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wsuggest-override" )
message( STATUS "Enabling warning -Wsugest-override" )
message( STATUS "Enabling warning -Wsuggest-override" )
endif()