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:
authorBrecht Van Lommel <brecht@blender.org>2020-05-05 16:14:09 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-05 16:14:09 +0300
commite7470c9dbe4cbda1c94ce3c25285696b6047ee77 (patch)
treefe070326809ef29b73c025ce6bf87a36a94e74a4 /build_files
parent4e5a328e556109162b81ec3a388988375a91b0d9 (diff)
parentbb7a23bdff5262bf0071d7c7013cbc07c3729fdc (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/platform/platform_unix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 3cfe8309bf1..6e00a2dec7b 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)