Skip to content

Commit

Permalink
+ cmake policy CMP0054
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 28, 2015
1 parent 4cf84fe commit ae7a53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -44,9 +44,9 @@ endif(WIN32)

# ================================================================================

if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
if (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
set(CMAKE_COMPILER_IS_CLANGXX TRUE)
endif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
endif (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGXX)
include(cMake/ConfigureChecks.cmake)
Expand Down

0 comments on commit ae7a53f

Please sign in to comment.