Skip to content

Commit

Permalink
build: clean up after removing Findfmt.cmake (#4103)
Browse files Browse the repository at this point in the history
Remove duplicate dependecy for OpenImageIO_Util to fmt.
OpenImageIO target already depends on fmt through OpenImangeIO_Util
library.


Signed-off-by: Dominik Wójt <[email protected]>
  • Loading branch information
domin144 authored Jan 7, 2024
1 parent d3db2f5 commit ae113fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/libOpenImageIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ if (MINGW)
target_link_libraries (OpenImageIO PRIVATE ws2_32)
endif()

if (INTERNALIZE_FMT OR OIIO_USING_FMT_LOCAL)
add_dependencies(OpenImageIO_Util fmt_internal_target)
else ()
target_link_libraries (OpenImageIO_Util
PUBLIC fmt::fmt-header-only)
endif ()

file (GLOB iba_sources "imagebufalgo_*.cpp")
if (MSVC)
# In some MSVC setups, the IBA functions with huge template expansions
Expand Down

0 comments on commit ae113fb

Please sign in to comment.