mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
This commit is contained in:
@@ -29,7 +29,6 @@ ENDIF(CMAKE_SYSTEM MATCHES "OSF1-V.*")
|
||||
|
||||
IF(CMAKE_COMPILER_IS_GNUCXX)
|
||||
# include the gcc flags
|
||||
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)
|
||||
ELSE (CMAKE_COMPILER_IS_GNUCXX)
|
||||
# use default OSF compiler flags
|
||||
SET (CMAKE_C_FLAGS_INIT "")
|
||||
|
||||
Reference in New Issue
Block a user