Trying to fix Ubuntu & Mac builds.

This commit is contained in:
Olivier Prat 2019-03-27 11:17:22 +01:00
parent 12e8056e1f
commit 7791401b0e
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ if (NOT ANDROID)
find_package(OpenEXR REQUIRED)
include_directories(SYSTEM "${OpenEXR_INCLUDE_DIRS}")
target_link_libraries(${TARGET_NAME} ${OPENEXR_LIBRARIES})
target_link_libraries(${TARGET_NAME} ${OpenEXR_LIBRARIES})
target_compile_definitions(${TARGET_NAME} PUBLIC OPENEXR_DLL)
endif()

View file

@ -1,4 +1,4 @@
Source: hifi-deps
Version: 0.1
Description: Collected dependencies for High Fidelity applications
Build-Depends: bullet3, openexr (!android), draco, etc2comp, glm, nvtt, openssl (windows), tbb (!android&!osx), zlib
Build-Depends: bullet3, draco, etc2comp, glm, nvtt, openexr (!android), openssl (windows), tbb (!android&!osx), zlib