diff --git a/CMakeLists.txt b/CMakeLists.txt index 61384b2b..b19ff33e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ endif() IF(CMAKE_COMPILER_IS_GNUCXX) #Maybe "OR MINGW" ADD_DEFINITIONS(-std=c++0x) #Enable C++0x mode ENDIF() -if(CMAKE_CXX_COMPILER MATCHES "clang") +if(CMAKE_CXX_COMPILER MATCHES "Clang") ADD_DEFINITIONS(-std=c++0x) #Enable C++0x mode endif()