Skip to content

Commit f481262

Browse files
authored
fix(build): libOpenImageIO_Util does need DL libs, we removed it incorrectly (#4230)
Was broken by #4193 Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 2eec082 commit f481262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libutil/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function (setup_oiio_util_library targetname)
5959
${OPENIMAGEIO_IMATH_TARGETS}
6060
PRIVATE
6161
$<TARGET_NAME_IF_EXISTS:TBB::tbb>
62-
# ${CMAKE_DL_LIBS}
62+
${CMAKE_DL_LIBS}
6363
)
6464

6565
if (GCC_VERSION VERSION_GREATER_EQUAL 12.0

0 commit comments

Comments
 (0)