Skip to content

Commit

Permalink
build: clean up after removing Findfmt.cmake (AcademySoftwareFoundati…
Browse files Browse the repository at this point in the history
…on#4103)

Remove duplicate dependecy for OpenImageIO_Util to fmt.
OpenImageIO target already depends on fmt through OpenImangeIO_Util
library.

Signed-off-by: Dominik Wójt <domin144@o2.pl>
Signed-off-by: Peter Kovář <peter.kovar@reflexion.tv>
  • Loading branch information
domin144 authored and 1div0 committed Feb 24, 2024
1 parent ff4124c commit a8c385a
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 a8c385a

Please sign in to comment.