mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Comeau: Remove undocumented support for this compiler
This appears to be from CMake 2.8 era and was undocumented. Comeau last release 2008.
This commit is contained in:
@@ -42,11 +42,6 @@ function(compiler_id_detection outvar lang)
|
|||||||
|
|
||||||
# Order is relevant here. For example, compilers which pretend to be
|
# Order is relevant here. For example, compilers which pretend to be
|
||||||
# GCC must appear before the actual GCC.
|
# GCC must appear before the actual GCC.
|
||||||
if ("x${lang}" STREQUAL "xCXX")
|
|
||||||
list(APPEND ordered_compilers
|
|
||||||
Comeau
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
list(APPEND ordered_compilers
|
list(APPEND ordered_compilers
|
||||||
Intel
|
Intel
|
||||||
IntelLLVM
|
IntelLLVM
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
set(_compiler_id_pp_test "defined(__COMO__)")
|
|
||||||
|
|
||||||
set(_compiler_id_version_compute "
|
|
||||||
/* __COMO_VERSION__ = VRR */
|
|
||||||
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100)
|
|
||||||
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)")
|
|
||||||
Reference in New Issue
Block a user