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)")
|