summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-10 11:07:14 -0400
committerBrad King <brad.king@kitware.com>2017-04-10 11:07:14 -0400
commit89b92a98a54d3d45e195f818df6f362faa13379c (patch)
tree86e45ce32c3f146af6a0179f50061ff735366d5f
parentfff34934e70da77c359e47c53ffd04701bcd7611 (diff)
downloadcmake-89b92a98a54d3d45e195f818df6f362faa13379c.tar.gz
RC: Mark CMAKE_RC_FLAGS_<CONFIG> cache entries as advanced
These were added by commit v3.8.0-rc4~4^2~1 (RC: Add missing CMAKE_RC_FLAGS_<CONFIG> entries to cache, 2017-03-28) and should be advanced as they are for other languages.
-rw-r--r--Modules/CMakeRCInformation.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CMakeRCInformation.cmake b/Modules/CMakeRCInformation.cmake
index 7ddd2978b2..a340288672 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)