summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeRCCompiler.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-20 17:30:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-20 17:30:03 (GMT)
commit36dd18efce8c87bf6ce7d49c961987fc4f22324c (patch)
treeb70e7b6598a77895c4a5998a007f39b13600b72d /Modules/CMakeRCCompiler.cmake.in
parentbeb584e7a1d73901d1b0494e5c60d25df6d6ef68 (diff)
downloadCMake-36dd18efce8c87bf6ce7d49c961987fc4f22324c.zip
CMake-36dd18efce8c87bf6ce7d49c961987fc4f22324c.tar.gz
CMake-36dd18efce8c87bf6ce7d49c961987fc4f22324c.tar.bz2
ENH: stuff to keep compiler tests from re-running all the time
Diffstat (limited to 'Modules/CMakeRCCompiler.cmake.in')
-rw-r--r--Modules/CMakeRCCompiler.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeRCCompiler.cmake.in b/Modules/CMakeRCCompiler.cmake.in
index aa15098..33f6d90 100644
--- a/Modules/CMakeRCCompiler.cmake.in
+++ b/Modules/CMakeRCCompiler.cmake.in
@@ -2,3 +2,4 @@ SET(CMAKE_RC_COMPILER "@CMAKE_RC_COMPILER@")
SET(CMAKE_RC_COMPILER_LOADED 1)
SET(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc)
SET(CMAKE_RC_OUTPUT_EXTENSION .res)
+SET(CMAKE_RC_COMPILER_ENV_VAR "RC")