Correction to previous commit.
This commit is contained in:
parent
985d0492e2
commit
5e75f51fde
@ -46,7 +46,7 @@ endif()
|
|||||||
|
|
||||||
set (CC "") # Compiler
|
set (CC "") # Compiler
|
||||||
if ( NOT APPLE AND NOT MSVC )
|
if ( NOT APPLE AND NOT MSVC )
|
||||||
string(find ${CMAKE_CXX_COMPILER} clang ISCLANG)
|
string(FIND ${CMAKE_CXX_COMPILER} clang ISCLANG)
|
||||||
if ( NOT ISCLANG STREQUAL -1 )
|
if ( NOT ISCLANG STREQUAL -1 )
|
||||||
set (CC Clang)
|
set (CC Clang)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user