diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-06-24 19:50:17 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-06-24 19:50:17 (GMT) |
commit | 32d4be94a92d4b94b5146be5f786ee3e1af6268b (patch) | |
tree | 4bfbcbcb74b09704c9b1cad5573e9bea96c6ada4 /Modules/Platform/Windows-cl.cmake | |
parent | 88a9a3254e6f7173578cde13fe42a6276dece48c (diff) | |
download | CMake-32d4be94a92d4b94b5146be5f786ee3e1af6268b.zip CMake-32d4be94a92d4b94b5146be5f786ee3e1af6268b.tar.gz CMake-32d4be94a92d4b94b5146be5f786ee3e1af6268b.tar.bz2 |
ENH: rc is not so optional at least with 2005 and newer, as it is used to embed the manifest files
Diffstat (limited to 'Modules/Platform/Windows-cl.cmake')
-rw-r--r-- | Modules/Platform/Windows-cl.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake index 8bfdcd7..f9e5e08 100644 --- a/Modules/Platform/Windows-cl.cmake +++ b/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 ) |