aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio/fix-dependfmt.patch
diff options
context:
space:
mode:
authorAdam Johnson <AdamJohnso@gmail.com>2021-01-16 22:39:12 -0500
committerGitHub <noreply@github.com>2021-01-16 19:39:12 -0800
commit8296ef265d2c40df2c0648d9e6180a7fb3584da0 (patch)
treef2d910c1ef381d71e9a0c4ada1395747d75c6c0c /ports/openimageio/fix-dependfmt.patch
parent083c86d05e3ade6f5cf4ad144542d0b708775772 (diff)
downloadvcpkg-8296ef265d2c40df2c0648d9e6180a7fb3584da0.tar.gz
vcpkg-8296ef265d2c40df2c0648d9e6180a7fb3584da0.zip
[openimageio] Bump to 2.2.10.0. (#15509)
* [openimageio] Bump to 2.2.10.0. * Update port_versions Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/openimageio/fix-dependfmt.patch')
-rw-r--r--ports/openimageio/fix-dependfmt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/openimageio/fix-dependfmt.patch b/ports/openimageio/fix-dependfmt.patch
deleted file mode 100644
index f0791f85e..000000000
--- a/ports/openimageio/fix-dependfmt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/cmake/externalpackages.cmake b/src/cmake/externalpackages.cmake
-index 4f1dfaf..1a17d1e 100644
---- a/src/cmake/externalpackages.cmake
-+++ b/src/cmake/externalpackages.cmake
-@@ -385,5 +385,7 @@ macro (find_or_download_fmt)
- checked_find_package (fmt REQUIRED)
- endmacro()
-
--find_or_download_fmt()
-+find_package(fmt CONFIG REQUIRED)
-+get_property(FMT_INCLUDES TARGET fmt::fmt PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
-+checked_find_package (fmt CONFIG REQUIRED)
- include_directories (${FMT_INCLUDES})