From: ThorstenB Date: Tue, 28 Feb 2012 07:39:19 +0000 (+0100) Subject: Fix string comparison X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=811147d08e1558df812fa3dd8df3b4598e53fa34;p=simgear.git Fix string comparison --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bf75039..f1e985ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()