Skip to content

Commit

Permalink
Fix issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Nov 10, 2016
1 parent b4274e7 commit cf5f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set(COMPILER_VERSION "0.0")

getCompilerVersion()

if(CMAKE_CXX_COMPILER MATCHES "clang")
if(CMAKE_CXX_COMPILER MATCHES "clang" OR CMAKE_CXX_COMPILER STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG "TRUE")
if("${COMPILER_VERSION}" VERSION_LESS ${CLANG_THRESHOLD_VERSION})
set(CMAKE_COMPILER_IS_OLD_CLANG "TRUE")
Expand Down

0 comments on commit cf5f878

Please sign in to comment.