Skip to content

Commit

Permalink
Add missing public dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domin144 committed Dec 9, 2023
1 parent ba1a655 commit 0a16db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libOpenImageIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ target_link_libraries (OpenImageIO
OpenImageIO_Util
${OPENIMAGEIO_IMATH_DEPENDENCY_VISIBILITY}
${OPENIMAGEIO_IMATH_TARGETS}
fmt::fmt
PRIVATE
${OPENIMAGEIO_OPENEXR_TARGETS}
${OpenCV_LIBRARIES}
Expand All @@ -155,7 +156,6 @@ target_link_libraries (OpenImageIO
ZLIB::ZLIB
$<TARGET_NAME_IF_EXISTS:Boost::thread>
${CMAKE_DL_LIBS}
fmt::fmt
)

if (FREETYPE_FOUND)
Expand Down
1 change: 1 addition & 0 deletions src/libutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target_link_libraries (OpenImageIO_Util
${GCC_ATOMIC_LIBRARIES}
${OPENIMAGEIO_IMATH_DEPENDENCY_VISIBILITY}
${OPENIMAGEIO_IMATH_TARGETS}
fmt::fmt
PRIVATE
$<TARGET_NAME_IF_EXISTS:Boost::filesystem>
$<TARGET_NAME_IF_EXISTS:Boost::thread>
Expand Down

0 comments on commit 0a16db2

Please sign in to comment.