mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06: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
|
||||
# GCC must appear before the actual GCC.
|
||||
if ("x${lang}" STREQUAL "xCXX")
|
||||
list(APPEND ordered_compilers
|
||||
Comeau
|
||||
)
|
||||
endif()
|
||||
list(APPEND ordered_compilers
|
||||
Intel
|
||||
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