summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake
blob: 78f26716e56c72382602d1c91979c6d864c4c235 (plain)
1
2
3
4
5
6
7

set(_compiler_id_pp_test "defined(__COMO__)")

set(_compiler_id_version_compute "
  /* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)")