summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-16 14:50:59 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-16 15:09:29 (GMT)
commite8d380f90d3e93a18b04c184ad2fa81d2d24b350 (patch)
treea22fcf8888b55719fb5c8fd50480e9cb38485906
parentaadee46c60953f7e3d3715bb8847dfa6b8bf64fb (diff)
downloadCMake-e8d380f90d3e93a18b04c184ad2fa81d2d24b350.zip
CMake-e8d380f90d3e93a18b04c184ad2fa81d2d24b350.tar.gz
CMake-e8d380f90d3e93a18b04c184ad2fa81d2d24b350.tar.bz2
Remove unused old-style g++ info file
Since commit aff31479 (Modernize GNU compiler info on Windows, 2009-12-02) the file Modules/Platform/Windows-g++.cmake has been unused. It just includes the non-existent Modules/Platform/Windows-gcc.cmake so remove it outright.
-rw-r--r--Modules/Platform/Windows-g++.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-g++.cmake b/Modules/Platform/Windows-g++.cmake
deleted file mode 100644
index 3aa393c..0000000
--- a/Modules/Platform/Windows-g++.cmake
+++ /dev/null
@@ -1 +0,0 @@
-INCLUDE(${CMAKE_ROOT}/Modules/Platform/Windows-gcc.cmake)