diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-15 16:17:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-15 16:17:38 (GMT) |
commit | 8be3e4eeca49d7aee5dc2f31fcb0e84f91cfc75f (patch) | |
tree | ae4b45d52ff6d032cc25ea37a799ff33e881316d /Modules/CMakeTestRCCompiler.cmake | |
parent | d2ff55bc8273344cdcf4427ec285f604b2f281a3 (diff) | |
download | CMake-8be3e4eeca49d7aee5dc2f31fcb0e84f91cfc75f.zip CMake-8be3e4eeca49d7aee5dc2f31fcb0e84f91cfc75f.tar.gz CMake-8be3e4eeca49d7aee5dc2f31fcb0e84f91cfc75f.tar.bz2 |
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
Diffstat (limited to 'Modules/CMakeTestRCCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestRCCompiler.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeTestRCCompiler.cmake b/Modules/CMakeTestRCCompiler.cmake index 360381a..4ce9353 100644 --- a/Modules/CMakeTestRCCompiler.cmake +++ b/Modules/CMakeTestRCCompiler.cmake @@ -6,3 +6,4 @@ # For now there is no way to do a try compile on just a .rc file # so just do nothing in here. +SET(CMAKE_RC_COMPILER_WORKS 1 CACHE INTERNAL "") |