https://github.com/Kitware/CMake
Raw File
Tip revision: b39fb31bf411c3925bd937f8cffbc471c2588c34 authored by Brad King on 07 May 2024, 16:49:54 UTC
CMake 3.29.3
Tip revision: b39fb31
Cray-DetermineCompiler.cmake

set(_compiler_id_pp_test "defined(_CRAYC)")

set(_compiler_id_version_compute "
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)")
back to top