Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-26 07:55:32 +0300
committerCampbell Barton <campbell@blender.org>2022-01-26 08:01:00 +0300
commit37e555d2fecf445f7e653582806a6f087d7842e8 (patch)
treed9d7e77c8ae2447cd10b87672e900f62c73422a8 /build_files
parent086f1911698154edd4cc19dc966e966bb0060917 (diff)
CMake: mark all BROTLI libraries as advanced
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/Modules/FindBrotli.cmake2
1 files changed, 2 insertions, 0 deletions
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
)