[Cmake-commits] [cmake-commits] hoffman committed Windows-cl.cmake 1.87 1.88

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 24 16:47:34 EDT 2008


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

Modified Files:
	Windows-cl.cmake 
Log Message:
ENH: undo optional because we need it


Index: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.87
retrieving revision 1.88
diff -C 2 -d -r1.87 -r1.88
*** Windows-cl.cmake	24 Jun 2008 19:50:17 -0000	1.87
--- Windows-cl.cmake	24 Jun 2008 20:47:31 -0000	1.88
***************
*** 31,37 ****
  # make sure to enable languages after setting configuration types
  ENABLE_LANGUAGE(RC)
- IF(NOT CMAKE_RC_COMPILER_WORKS )
-   MESSAGE(STATUS "Warning: RC not found, this build will not be able to compile resource files.")
- ENDIF(NOT CMAKE_RC_COMPILER_WORKS )
  SET(CMAKE_COMPILE_RESOURCE "rc <FLAGS> /fo<OBJECT> <SOURCE>")
  
--- 31,34 ----



More information about the Cmake-commits mailing list