Skip to content

Commit

Permalink
Remove boost::thread and boost:filesystem from CMakeLists.txt as they…
Browse files Browse the repository at this point in the history
… are no longer used

Signed-off-by: Chris Kulla <[email protected]>
  • Loading branch information
fpsunflower committed Apr 10, 2024
1 parent 17a1d2f commit 5aa4023
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/libOpenImageIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ target_link_libraries (OpenImageIO
$<TARGET_NAME_IF_EXISTS:Freetype::Freetype>
${BZIP2_LIBRARIES}
ZLIB::ZLIB
$<TARGET_NAME_IF_EXISTS:Boost::thread>
${CMAKE_DL_LIBS}
)

Expand Down
2 changes: 0 additions & 2 deletions src/libutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ function (setup_oiio_util_library targetname)
${OPENIMAGEIO_IMATH_DEPENDENCY_VISIBILITY}
${OPENIMAGEIO_IMATH_TARGETS}
PRIVATE
$<TARGET_NAME_IF_EXISTS:Boost::filesystem>
$<TARGET_NAME_IF_EXISTS:Boost::thread>
$<TARGET_NAME_IF_EXISTS:TBB::tbb>
# ${CMAKE_DL_LIBS}
)
Expand Down

0 comments on commit 5aa4023

Please sign in to comment.