diff --git a/cmake/macros/TargetOpenEXR.cmake b/cmake/macros/TargetOpenEXR.cmake index 8dbe6023b0..03c6fed33d 100644 --- a/cmake/macros/TargetOpenEXR.cmake +++ b/cmake/macros/TargetOpenEXR.cmake @@ -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() diff --git a/cmake/ports/hifi-deps/CONTROL b/cmake/ports/hifi-deps/CONTROL index 7fe104a235..5f860a1620 100644 --- a/cmake/ports/hifi-deps/CONTROL +++ b/cmake/ports/hifi-deps/CONTROL @@ -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