Fix clang identification
This commit is contained in:
parent
d0ce78061c
commit
9ac58a942e
@ -83,7 +83,7 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (CMAKE_CXX_COMPILER MATCHES ".*clang")
|
||||
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
|
||||
option(USE_LIBCXX "Use clang's libcxx" TRUE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user