From 30a3d18fe8fdb00c45fb37e7ff783c7ddcaa2115 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 3 Dec 2002 09:59:24 -0500 Subject: use LINK_FLAGS not C and CXX LINK_FLAGS --- Modules/CMakeDefaultMakeRuleVariables.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/CMakeDefaultMakeRuleVariables.cmake b/Modules/CMakeDefaultMakeRuleVariables.cmake index f7e62a8..ad208d2 100644 --- a/Modules/CMakeDefaultMakeRuleVariables.cmake +++ b/Modules/CMakeDefaultMakeRuleVariables.cmake @@ -21,18 +21,18 @@ # # # +# # CXX compiler information # # # -# # C compiler information # # # -# + # Static library tools # @@ -90,11 +90,11 @@ ENDIF(NOT CMAKE_C_COMPILE_OBJECT) IF(NOT CMAKE_C_LINK_EXECUTABLE) SET(CMAKE_C_LINK_EXECUTABLE - " -o ") + " -o ") ENDIF(NOT CMAKE_C_LINK_EXECUTABLE) IF(NOT CMAKE_CXX_LINK_EXECUTABLE) SET(CMAKE_CXX_LINK_EXECUTABLE - " -o ") + " -o ") ENDIF(NOT CMAKE_CXX_LINK_EXECUTABLE) -- cgit v0.12