Skip to content

Commit 42f3a78

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

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
@@ -61,7 +61,7 @@ function (setup_oiio_util_library targetname)
6161
$<TARGET_NAME_IF_EXISTS:Boost::filesystem>
6262
$<TARGET_NAME_IF_EXISTS:Boost::thread>
6363
$<TARGET_NAME_IF_EXISTS:TBB::tbb>
64-
# ${CMAKE_DL_LIBS}
64+
${CMAKE_DL_LIBS}
6565
)
6666

6767
if (GCC_VERSION VERSION_GREATER_EQUAL 12.0

0 commit comments

Comments
 (0)