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

This commit is contained in:
Brecht Van Lommel 2020-05-05 12:39:02 +02:00
parent d97c83712c
commit bb7a23bdff
1 changed files with 1 additions and 0 deletions

View File

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