summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.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-cl.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-cl.cmake')
-rw-r--r--Modules/Platform/Windows-cl.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index 658a1e3..0c8e718 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -271,4 +271,3 @@ IF(NOT EXISTS "${CMAKE_PLATFORM_ROOT_BIN}/CMakeCXXPlatform.cmake")
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeCXXPlatform.cmake IMMEDIATE)
ENDIF(NOT EXISTS "${CMAKE_PLATFORM_ROOT_BIN}/CMakeCXXPlatform.cmake")
-INCLUDE(Platform/WindowsPaths)