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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 24 15:50:19 EDT 2008


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

Modified Files:
	Windows-cl.cmake 
Log Message:
ENH: rc is not so optional at least with 2005 and newer, as it is used to embed the manifest files


Index: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.86
retrieving revision 1.87
diff -C 2 -d -r1.86 -r1.87
*** Windows-cl.cmake	23 Jun 2008 17:37:58 -0000	1.86
--- Windows-cl.cmake	24 Jun 2008 19:50:17 -0000	1.87
***************
*** 30,34 ****
  
  # make sure to enable languages after setting configuration types
! ENABLE_LANGUAGE(RC OPTIONAL)
  IF(NOT CMAKE_RC_COMPILER_WORKS )
    MESSAGE(STATUS "Warning: RC not found, this build will not be able to compile resource files.")
--- 30,34 ----
  
  # 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.")



More information about the Cmake-commits mailing list