diff options
author | Brad King <brad.king@kitware.com> | 2010-12-16 14:50:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-16 15:09:29 (GMT) |
commit | e8d380f90d3e93a18b04c184ad2fa81d2d24b350 (patch) | |
tree | a22fcf8888b55719fb5c8fd50480e9cb38485906 | |
parent | aadee46c60953f7e3d3715bb8847dfa6b8bf64fb (diff) | |
download | CMake-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++.cmake | 1 |
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) |