소스 검색

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.
Brad King 8 년 전
부모
커밋
89b92a98a5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Modules/CMakeRCInformation.cmake

+ 4 - 0
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)