Skip to content

Commit bc8e42d

Browse files
committed
build: Remove the enforced upper version limit for fmt (#4497)
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 2e05c78 commit bc8e42d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cmake/externalpackages.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ checked_find_package (Robinmap REQUIRED
221221
option (OIIO_INTERNALIZE_FMT "Copy fmt headers into <install>/include/OpenImageIO/detail/fmt" ON)
222222
checked_find_package (fmt REQUIRED
223223
VERSION_MIN 7.0
224-
VERSION_MAX 11.99
225224
BUILD_LOCAL missing
226225
)
227226
get_target_property(FMT_INCLUDE_DIR fmt::fmt-header-only INTERFACE_INCLUDE_DIRECTORIES)

0 commit comments

Comments
 (0)