There was an error while loading. Please reload this page.
2 parents 626b222 + d24c8fd commit 29d0a92Copy full SHA for 29d0a92
1 file changed
conanfile.py
@@ -36,6 +36,7 @@
36
ROBINHOOD_VERSION = "3.11.5"
37
SPDLOG_VERSION = "1.16.0"
38
TBB_VERSION = "2022.2.0"
39
+TIFF_VERSION = "4.7.1"
40
ZSTD_VERSION = "1.5.7"
41
42
@@ -79,6 +80,10 @@ def requirements(self):
79
80
libs=True,
81
transitive_libs=True,
82
)
83
+ self.requires(
84
+ f"libtiff/{TIFF_VERSION}",
85
+ override=True,
86
+ )
87
self.requires(
88
f"opencolorio/{OCIO_VERSION}",
89
force=True,
0 commit comments