File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ function(OPENEXR_DEFINE_LIBRARY libname)
4343 if (OPENEXR_CURLIB_CURBINDIR)
4444 target_include_directories (${objlib} PRIVATE $<BUILD_INTERFACE:${OPENEXR_CURLIB_CURBINDIR} >)
4545 endif ()
46-
4746 target_link_libraries (${objlib} PUBLIC ${PROJECT_NAME} ::Config ${OPENEXR_CURLIB_DEPENDENCIES} ${CMAKE_DL_LIBS} openjph)
48-
4947 if (OPENEXR_CURLIB_PRIVATE_DEPS)
5048 target_link_libraries (${objlib} PRIVATE ${OPENEXR_CURLIB_PRIVATE_DEPS} )
5149 endif ()
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) Contributors to the OpenEXR Project.
3+
34openexr_define_library(OpenEXR
45 PRIV_EXPORT OPENEXR_EXPORTS
56 CURDIR ${CMAKE_CURRENT_SOURCE_DIR}
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ define_openexr_tests(
169169 testExistingStreams
170170 testFutureProofing
171171 testHeader
172- testHuf
172+ testHuf
173173 testInputPart
174174 testIsComplete
175175 testLargeDataWindowOffsets
Original file line number Diff line number Diff line change @@ -420,11 +420,6 @@ writeRead (
420420 assert (array1.h [y][x].bits () == array2.h [y][x].bits ());
421421 for (int c = 0 ; c < 4 ; ++c)
422422 {
423- if (array1.rgba [c][y][x].bits () != array2.rgba [c][y][x].bits () )
424- {
425- cout << " \n mismatch detected with comp=" << comp << " c=" <<
426- c << " y=" << y << " x=" << x << " \n " << flush;
427- }
428423 assert (
429424 array1.rgba [c][y][x].bits () ==
430425 array2.rgba [c][y][x].bits ());
You can’t perform that action at this time.
0 commit comments