[cmake-commits] alex committed Windows-cl.cmake 1.78.4.2 1.78.4.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 15 16:55:52 EDT 2007


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv8447

Modified Files:
      Tag: CMake-CrossCompileBasic
	Windows-cl.cmake 
Log Message:
BUG: let INCLUDE() actually find cl.cmake

Alex


Index: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.78.4.2
retrieving revision 1.78.4.3
diff -u -d -r1.78.4.2 -r1.78.4.3
--- Windows-cl.cmake	15 May 2007 20:53:10 -0000	1.78.4.2
+++ Windows-cl.cmake	15 May 2007 20:55:50 -0000	1.78.4.3
@@ -8,7 +8,7 @@
 SET(WIN32 1)
 SET(MSVC 1)
 
-INCLUDE("${CMAKE_ROOT}/Platform/cl.cmake")
+INCLUDE(Platform/cl)
 
 SET(CMAKE_CREATE_WIN32_EXE /subsystem:windows)
 SET(CMAKE_CREATE_CONSOLE_EXE /subsystem:console)



More information about the Cmake-commits mailing list