[Bf-blender-cvs] [bb7a23bdff5] blender-v2.83-release: Fix build with precompiled libraries picking up OpenEXR from install_deps.sh

Brecht Van Lommel noreply at git.blender.org
Tue May 5 15:13:56 CEST 2020


Commit: bb7a23bdff5262bf0071d7c7013cbc07c3729fdc
Author: Brecht Van Lommel
Date:   Tue May 5 12:39:02 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rBbb7a23bdff5262bf0071d7c7013cbc07c3729fdc

Fix build with precompiled libraries picking up OpenEXR from install_deps.sh

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

M	build_files/cmake/platform/platform_unix.cmake

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

diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 050ab8f3ba1..e4102e3437b 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -57,6 +57,7 @@ if(EXISTS ${LIBDIR})
   set(BOOST_ROOT ${LIBDIR}/boost)
   set(BOOST_LIBRARYDIR ${LIBDIR}/boost/lib)
   set(Boost_NO_SYSTEM_PATHS ON)
+  set(OPENEXR_ROOT_DIR ${LIBDIR}/openexr)
 endif()
 
 if(WITH_STATIC_LIBS)



More information about the Bf-blender-cvs mailing list