Skip to content

Commit

Permalink
build: Remove the enforced upper version limit for fmt (#4497)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz authored Oct 25, 2024
1 parent b54a80b commit ff0b557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmake/externalpackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ checked_find_package (Robinmap REQUIRED
option (OIIO_INTERNALIZE_FMT "Copy fmt headers into <install>/include/OpenImageIO/detail/fmt" ON)
checked_find_package (fmt REQUIRED
VERSION_MIN 7.0
VERSION_MAX 11.99
BUILD_LOCAL missing
)
get_target_property(FMT_INCLUDE_DIR fmt::fmt-header-only INTERFACE_INCLUDE_DIRECTORIES)
Expand Down

0 comments on commit ff0b557

Please sign in to comment.