summaryrefslogtreecommitdiff
path: root/media-libs/openimageio/files/externalpackages.cmake.patch
blob: f8386e29ee66b5ad80791ef9fdd5673746e45dee (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/cmake/externalpackages.cmake
+++ b/src/cmake/externalpackages.cmake
@@ -103,7 +102,7 @@
     if (NOT USE_STD_REGEX)
         list (APPEND Boost_COMPONENTS regex)
     endif ()
-    find_package (Boost 1.53 REQUIRED
+    find_package (Boost 1.69 REQUIRED
                   COMPONENTS ${Boost_COMPONENTS})
 endif ()