Skip to content

Commit

Permalink
fix(build): libOpenImageIO_Util does need DL libs, we removed it inco…
Browse files Browse the repository at this point in the history
…rrectly (#4230)

Was broken by #4193

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz authored Apr 17, 2024
1 parent 2eec082 commit f481262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function (setup_oiio_util_library targetname)
${OPENIMAGEIO_IMATH_TARGETS}
PRIVATE
$<TARGET_NAME_IF_EXISTS:TBB::tbb>
# ${CMAKE_DL_LIBS}
${CMAKE_DL_LIBS}
)

if (GCC_VERSION VERSION_GREATER_EQUAL 12.0
Expand Down

0 comments on commit f481262

Please sign in to comment.