From 89b92a98a54d3d45e195f818df6f362faa13379c Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 10 Apr 2017 11:07:14 -0400 Subject: RC: Mark CMAKE_RC_FLAGS_ cache entries as advanced These were added by commit v3.8.0-rc4~4^2~1 (RC: Add missing CMAKE_RC_FLAGS_ entries to cache, 2017-03-28) and should be advanced as they are for other languages. --- Modules/CMakeRCInformation.cmake | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v0.12