Merge pull request #397 from borglab/fix/compiler-identification
CMake policy for AppleClang compiler identificationrelease/4.3a0
commit
c3e8ad4c0f
|
@ -1,3 +1,8 @@
|
|||
# Set cmake policy to recognize the AppleClang compiler
|
||||
# independently from the Clang compiler.
|
||||
if(POLICY CMP0025)
|
||||
cmake_policy(SET CMP0025 NEW)
|
||||
endif()
|
||||
|
||||
# function: list_append_cache(var [new_values ...])
|
||||
# Like "list(APPEND ...)" but working for CACHE variables.
|
||||
|
|
Loading…
Reference in New Issue