فهرست منبع

ENH: rc is not so optional at least with 2005 and newer, as it is used to embed the manifest files

Bill Hoffman 17 سال پیش
والد
کامیت
32d4be94a9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Modules/Platform/Windows-cl.cmake

+ 1 - 1
Modules/Platform/Windows-cl.cmake

@@ -29,7 +29,7 @@ ENDIF(CMAKE_GENERATOR MATCHES  "Visual Studio 9")
 
 
 # make sure to enable languages after setting configuration types
-ENABLE_LANGUAGE(RC OPTIONAL)
+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 )