[Bf-blender-cvs] [37e555d2fec] master: CMake: mark all BROTLI libraries as advanced

Campbell Barton noreply at git.blender.org
Wed Jan 26 06:07:23 CET 2022


Commit: 37e555d2fecf445f7e653582806a6f087d7842e8
Author: Campbell Barton
Date:   Wed Jan 26 15:55:32 2022 +1100
Branches: master
https://developer.blender.org/rB37e555d2fecf445f7e653582806a6f087d7842e8

CMake: mark all BROTLI libraries as advanced

===================================================================

M	build_files/cmake/Modules/FindBrotli.cmake

===================================================================

diff --git a/build_files/cmake/Modules/FindBrotli.cmake b/build_files/cmake/Modules/FindBrotli.cmake
index 7460a87b14a..d1e40b1966a 100644
--- a/build_files/cmake/Modules/FindBrotli.cmake
+++ b/build_files/cmake/Modules/FindBrotli.cmake
@@ -75,6 +75,8 @@ ENDIF()
 
 MARK_AS_ADVANCED(
   BROTLI_INCLUDE_DIR
+  BROTLI_LIBRARY_COMMON
+  BROTLI_LIBRARY_DEC
   BROTLI_LIBRARY_DIR
 )



More information about the Bf-blender-cvs mailing list