From 692ba48c4e5762b370f2999e902b8bd677c77161 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 22 Sep 2004 14:42:05 -0400 Subject: ENH: major changes to support addition of languages from cmake modules directory. --- Modules/CMakeCInformation.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'Modules/CMakeCInformation.cmake') diff --git a/Modules/CMakeCInformation.cmake b/Modules/CMakeCInformation.cmake index 440550bbdd..2695b6a8be 100644 --- a/Modules/CMakeCInformation.cmake +++ b/Modules/CMakeCInformation.cmake @@ -21,9 +21,6 @@ ENDIF(NOT CMAKE_MODULE_EXISTS) SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS_ENV_INIT} $ENV{CFLAGS} ${CMAKE_C_FLAGS_INIT}" CACHE STRING "Flags for C compiler.") -SET (CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS_INIT} $ENV{LDFLAGS} - CACHE STRING "Flags used by the linker.") - IF(NOT CMAKE_NOT_USING_CONFIG_FLAGS) # default build type is none IF(NOT CMAKE_NO_BUILD_TYPE) -- cgit v1.2.1