[Bf-blender-cvs] [836fbb90aa4] master: Cleanup: mark library locations as advanced

Campbell Barton noreply at git.blender.org
Thu May 5 03:38:53 CEST 2022


Commit: 836fbb90aa47cfea13c08ab85e93657d9711cc9d
Author: Campbell Barton
Date:   Thu May 5 11:38:19 2022 +1000
Branches: master
https://developer.blender.org/rB836fbb90aa47cfea13c08ab85e93657d9711cc9d

Cleanup: mark library locations as advanced

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

M	build_files/cmake/Modules/FindUSD.cmake
M	build_files/cmake/Modules/FindWebP.cmake

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

diff --git a/build_files/cmake/Modules/FindUSD.cmake b/build_files/cmake/Modules/FindUSD.cmake
index d8f2ee22e6e..0fd5f06bb35 100644
--- a/build_files/cmake/Modules/FindUSD.cmake
+++ b/build_files/cmake/Modules/FindUSD.cmake
@@ -64,6 +64,7 @@ ENDIF()
 MARK_AS_ADVANCED(
   USD_INCLUDE_DIR
   USD_LIBRARY_DIR
+  USD_LIBRARY
 )
 
 UNSET(_usd_SEARCH_DIRS)
diff --git a/build_files/cmake/Modules/FindWebP.cmake b/build_files/cmake/Modules/FindWebP.cmake
index 741c48ec447..2d8923a7fe6 100644
--- a/build_files/cmake/Modules/FindWebP.cmake
+++ b/build_files/cmake/Modules/FindWebP.cmake
@@ -74,4 +74,9 @@ ENDIF()
 MARK_AS_ADVANCED(
   WEBP_INCLUDE_DIR
   WEBP_LIBRARY_DIR
+
+  # Generated names.
+  WEBP_WEBPDEMUX_LIBRARY
+  WEBP_WEBPMUX_LIBRARY
+  WEBP_WEBP_LIBRARY
 )



More information about the Bf-blender-cvs mailing list