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

set(_compiler_id_pp_test "defined(__COMO__)")

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