Skip to content
Snippets Groups Projects
Commit 8e2d1fd3 authored by Hahn, Steven's avatar Hahn, Steven Committed by GitHub
Browse files

Update GNUSetup.cmake

parent bad6c550
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ if ( CMAKE_COMPILER_IS_GNUCXX )
if (NOT (GCC_COMPILER_VERSION VERSION_LESS "5.1"))
set(GNUFLAGS "${GNUFLAGS} -Wsuggest-override")
endif()
else if ( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
elseif ( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
set(GNUFLAGS "${GNUFLAGS} -Wno-sign-conversion")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment