[Bf-blender-cvs] [fa1b64eaed8] tmp-vfx-platform-2023: deps: fix USD build on linux

Ray Molenkamp noreply at git.blender.org
Fri Nov 11 01:22:27 CET 2022


Commit: fa1b64eaed8a67ebfffa5cfc2d919a87ffeb416c
Author: Ray Molenkamp
Date:   Thu Nov 10 17:22:20 2022 -0700
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rBfa1b64eaed8a67ebfffa5cfc2d919a87ffeb416c

deps: fix USD build on linux

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

M	build_files/build_environment/cmake/usd.cmake

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

diff --git a/build_files/build_environment/cmake/usd.cmake b/build_files/build_environment/cmake/usd.cmake
index 645632043c2..439d098a847 100644
--- a/build_files/build_environment/cmake/usd.cmake
+++ b/build_files/build_environment/cmake/usd.cmake
@@ -43,7 +43,7 @@ set(USD_EXTRA_ARGS
   ${USD_PLATFORM_FLAGS}
   -DOPENSUBDIV_ROOT_DIR=${LIBDIR}/opensubdiv
   -DOpenImageIO_ROOT=${LIBDIR}/openimageio
-  -DOPENEXR_LIBRARIES=${LIBDIR}/imath/lib/${LIBPREFIX}Imath${OPENEXR_VERSION_POSTFIX}${LIBEXT}
+  -DOPENEXR_LIBRARIES=${LIBDIR}/imath/lib/${LIBPREFIX}Imath${OPENEXR_VERSION_POSTFIX}${SHAREDLIBEXT}
   -DOPENEXR_INCLUDE_DIR=${LIBDIR}/imath/include
   -DImath_DIR=${LIBDIR}/imath
   -DOPENVDB_LOCATION=${LIBDIR}/openvdb



More information about the Bf-blender-cvs mailing list