2014-04-22 18:34:47 +04:00
|
|
|
|
|
|
|
set(_compiler_id_pp_test "defined(__clang__) && defined(__apple_build_version__)")
|
|
|
|
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/Clang-DetermineCompilerInternal.cmake")
|
|
|
|
|
2016-07-28 01:41:13 +03:00
|
|
|
string(APPEND _compiler_id_version_compute "
|
2014-06-05 15:14:54 +04:00
|
|
|
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)")
|