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 ) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
