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 (AcademySoftwareFoundation#4230)

Was broken by AcademySoftwareFoundation#4193

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Apr 18, 2024
1 parent a57d1af commit 42f3a78
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 @@ -61,7 +61,7 @@ function (setup_oiio_util_library targetname)
$<TARGET_NAME_IF_EXISTS:Boost::filesystem>
$<TARGET_NAME_IF_EXISTS:Boost::thread>
$<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 42f3a78

Please sign in to comment.