mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
7 lines
197 B
CMake
7 lines
197 B
CMake
|
|
set(_compiler_id_pp_test "defined(_CRAYC)")
|
|
|
|
set(_compiler_id_version_compute "
|
|
# define @PREFIX@COMPILER_VERSION_MAJOR DEC(_RELEASE)
|
|
# define @PREFIX@COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)")
|