Correction to previous commit.

This commit is contained in:
Robin Mills 2018-11-28 17:05:17 +00:00 committed by Luis Díaz Más
parent 985d0492e2
commit 5e75f51fde

View File

@ -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()