summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-02 15:17:32 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-02 15:17:32 (GMT)
commitdac7814841a09d80b75eba37ac50aa9ae17ced19 (patch)
tree09537d5373d876a15e4cb08db9406f58dcdf4792 /Modules/Platform/Windows.cmake
parentcd6abe486d271940719c673dd5e75f911f428dbd (diff)
downloadCMake-dac7814841a09d80b75eba37ac50aa9ae17ced19.zip
CMake-dac7814841a09d80b75eba37ac50aa9ae17ced19.tar.gz
CMake-dac7814841a09d80b75eba37ac50aa9ae17ced19.tar.bz2
ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makes
the mingw cross compiler work out of the box and should help mingw users on windows with a common install dir Alex
Diffstat (limited to 'Modules/Platform/Windows.cmake')
-rw-r--r--Modules/Platform/Windows.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Platform/Windows.cmake b/Modules/Platform/Windows.cmake
index 43605fb..bf958d9 100644
--- a/Modules/Platform/Windows.cmake
+++ b/Modules/Platform/Windows.cmake
@@ -25,10 +25,10 @@ IF(CMAKE_GENERATOR MATCHES "NMake")
SET(CMAKE_END_TEMP_FILE "\n<<")
ENDIF(CMAKE_GENERATOR MATCHES "NMake")
+INCLUDE(Platform/WindowsPaths)
+
# uncomment these out to debug nmake and borland makefiles
#SET(CMAKE_START_TEMP_FILE "")
#SET(CMAKE_END_TEMP_FILE "")
#SET(CMAKE_VERBOSE_MAKEFILE 1)
-
-