summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-10 15:08:26 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-10 15:08:26 (GMT)
commita6a0cfb24d637063bdb1c8e9e8ceb78cac3f90ac (patch)
treefdd12a68cde3ef934248f67671619802fd1ed409 /Modules
parente265ddecfc8df5509acd16958da134291a96df9f (diff)
parent89b92a98a54d3d45e195f818df6f362faa13379c (diff)
downloadCMake-a6a0cfb24d637063bdb1c8e9e8ceb78cac3f90ac.zip
CMake-a6a0cfb24d637063bdb1c8e9e8ceb78cac3f90ac.tar.gz
CMake-a6a0cfb24d637063bdb1c8e9e8ceb78cac3f90ac.tar.bz2
Merge branch 'vs-rc-defines' into release
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeRCInformation.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CMakeRCInformation.cmake b/Modules/CMakeRCInformation.cmake
index 7ddd297..a340288 100644
--- a/Modules/CMakeRCInformation.cmake
+++ b/Modules/CMakeRCInformation.cmake
@@ -53,6 +53,10 @@ endif()
mark_as_advanced(
CMAKE_RC_FLAGS
+CMAKE_RC_FLAGS_DEBUG
+CMAKE_RC_FLAGS_MINSIZEREL
+CMAKE_RC_FLAGS_RELEASE
+CMAKE_RC_FLAGS_RELWITHDEBINFO
)
# set this variable so we can avoid loading this more than once.
set(CMAKE_RC_INFORMATION_LOADED 1)