소스 검색

ENH: undo optional because we need it

Bill Hoffman 17 년 전
부모
커밋
6b12da90ea
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Modules/Platform/Windows-cl.cmake

+ 0 - 3
Modules/Platform/Windows-cl.cmake

@@ -30,9 +30,6 @@ ENDIF(CMAKE_GENERATOR MATCHES  "Visual Studio 9")
 
 # 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>")
 
 # for nmake we need to compute some information about the compiler