summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-30 13:31:50 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-30 13:31:50 (GMT)
commit128a0c36eca74f6faab25342b76266f20c2b10e4 (patch)
tree93b5039072d22ef4a2c27f392b86906123f7f2d8 /Modules/Platform
parent82a1b4fe513ea23c30ec107a1c86bc274de385d9 (diff)
parent250ad08a085f54c1445369cdf3bf278613c6c0e5 (diff)
downloadCMake-128a0c36eca74f6faab25342b76266f20c2b10e4.zip
CMake-128a0c36eca74f6faab25342b76266f20c2b10e4.tar.gz
CMake-128a0c36eca74f6faab25342b76266f20c2b10e4.tar.bz2
Merge topic 'remove-link-remnants'
250ad08a Ninja: Remove _COMPILER_LINKER_OPTION_FLAG_ remnants
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-df.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-df.cmake b/Modules/Platform/Windows-df.cmake
index 8dfb610..211cc9d 100644
--- a/Modules/Platform/Windows-df.cmake
+++ b/Modules/Platform/Windows-df.cmake
@@ -26,7 +26,6 @@ set(CMAKE_Fortran_COMPILE_OBJECT
set(CMAKE_COMPILE_RESOURCE "rc <FLAGS> /fo<OBJECT> <SOURCE>")
-set(CMAKE_${lang}_COMPILER_LINKER_OPTION_FLAG_EXECUTABLE "/link")
set(CMAKE_Fortran_LINK_EXECUTABLE
"<CMAKE_Fortran_COMPILER> ${CMAKE_CL_NOLOGO} ${CMAKE_START_TEMP_FILE} <FLAGS> /exe:<TARGET> <OBJECTS> /link <CMAKE_Fortran_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES>${CMAKE_END_TEMP_FILE}")