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:
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
)