Fix string comparison

This commit is contained in:
ThorstenB 2012-02-28 08:39:19 +01:00
parent a563cfd0f2
commit 811147d08e

View File

@ -218,7 +218,7 @@ if(WIN32)
set( RT_LIBRARY "winmm" ) set( RT_LIBRARY "winmm" )
endif(WIN32) endif(WIN32)
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
set (WARNING_FLAGS "-Wall -Wno-overloaded-virtual") set (WARNING_FLAGS "-Wall -Wno-overloaded-virtual")
endif() endif()