Fix string comparison
This commit is contained in:
parent
a563cfd0f2
commit
811147d08e
@ -218,7 +218,7 @@ if(WIN32)
|
||||
set( RT_LIBRARY "winmm" )
|
||||
endif(WIN32)
|
||||
|
||||
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
set (WARNING_FLAGS "-Wall -Wno-overloaded-virtual")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user