diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-06-24 20:47:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-06-24 20:47:31 (GMT) |
commit | 6b12da90ea8b29c75db42e022a3ea5c6cb615b58 (patch) | |
tree | 3ae15c8d8aa99b808c4cd022f3e66e147e9d53f0 /Modules/Platform/Windows-cl.cmake | |
parent | 32d4be94a92d4b94b5146be5f786ee3e1af6268b (diff) | |
download | CMake-6b12da90ea8b29c75db42e022a3ea5c6cb615b58.zip CMake-6b12da90ea8b29c75db42e022a3ea5c6cb615b58.tar.gz CMake-6b12da90ea8b29c75db42e022a3ea5c6cb615b58.tar.bz2 |
ENH: undo optional because we need it
Diffstat (limited to 'Modules/Platform/Windows-cl.cmake')
-rw-r--r-- | Modules/Platform/Windows-cl.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake index f9e5e08..562b2b0 100644 --- a/Modules/Platform/Windows-cl.cmake +++ b/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 |