cmake/Modules/Compiler/Cray-DetermineCompiler.cmake

7 lines
219 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
set(_compiler_id_pp_test "defined(_CRAYC)")
set(_compiler_id_version_compute "
2015-11-17 17:22:37 +01:00
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
2015-04-27 22:25:09 +02:00
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)")