This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components.
7 lines
181 B
CMake
7 lines
181 B
CMake
|
|
set(_compiler_id_pp_test "defined(_CRAYC)")
|
|
|
|
set(_compiler_id_version_compute "
|
|
# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
|
|
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)")
|