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:
authorClément Foucault <foucault.clem@gmail.com>2022-01-26 12:21:47 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-01-26 12:21:47 +0300
commit3ffd662586e017668f6c0a1c2f1c754f4db0bf4e (patch)
tree35cb9af1c2656d39be3a3b5db16edcf2bf37df02 /build_files/cmake/Modules/FindBrotli.cmake
parentbe4f593758c5913705b43fa092ee0294b4e1bb0a (diff)
parent0cb5eae9d0617abedf745753c23061ddfcfd1416 (diff)
Merge branch 'master' into tmp-workbench-shader-create-infostmp-workbench-shader-create-infos
Diffstat (limited to 'build_files/cmake/Modules/FindBrotli.cmake')
-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
)