Ver Fonte

Merge branch 'vs-rc-defines' into release

Brad King há 8 anos atrás
pai
commit
a6a0cfb24d
1 ficheiros alterados com 4 adições e 0 exclusões
  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)