From 811147d08e1558df812fa3dd8df3b4598e53fa34 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Tue, 28 Feb 2012 08:39:19 +0100 Subject: [PATCH] Fix string comparison --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5