From e40ca0f42804924b16282f5a8dd68436eca9c794 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 9 Feb 2006 14:18:48 -0500 Subject: [PATCH] BUG: Need Windows-g++.cmake module to support C++-only projects on Windows. --- Modules/Platform/Windows-g++.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Platform/Windows-g++.cmake diff --git a/Modules/Platform/Windows-g++.cmake b/Modules/Platform/Windows-g++.cmake new file mode 100644 index 000000000..3aa393cfa --- /dev/null +++ b/Modules/Platform/Windows-g++.cmake @@ -0,0 +1 @@ +INCLUDE(${CMAKE_ROOT}/Modules/Platform/Windows-gcc.cmake)