diff --git a/test_package/conanfile.py b/test_package/conanfile.py index b6dd1a0..09a8d83 100644 --- a/test_package/conanfile.py +++ b/test_package/conanfile.py @@ -30,7 +30,7 @@ def test(self): test_images = [] if self.options["opencv"].jpeg: test_images.append('lena.jpg') - if self.options["opencv"].libtiff != False: + if self.options["opencv"].tiff != False: test_images.append('normal.tiff') if self.options["libtiff"].lzma != False: test_images.append('lzma.tiff')