From e8d380f90d3e93a18b04c184ad2fa81d2d24b350 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 16 Dec 2010 09:50:59 -0500 Subject: [PATCH] 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. --- Modules/Platform/Windows-g++.cmake | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Modules/Platform/Windows-g++.cmake diff --git a/Modules/Platform/Windows-g++.cmake b/Modules/Platform/Windows-g++.cmake deleted file mode 100644 index 3aa393cfa..000000000 --- a/Modules/Platform/Windows-g++.cmake +++ /dev/null @@ -1 +0,0 @@ -INCLUDE(${CMAKE_ROOT}/Modules/Platform/Windows-gcc.cmake)