Merge pull request #2426 from Exiv2/ciConan

Remove deprecated option in conan
main
Luis Díaz Más 3 years ago committed by GitHub
commit a700a9c1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,8 +33,6 @@ class Exiv2Conan(ConanFile):
if self.options.unitTests:
self.requires('gtest/1.12.1')
if self.settings.build_type == "Debug":
self.options['gtest'].debug_postfix = ''
if self.options.xmp:
self.requires('XmpSdk/2016.7@piponazo/stable') # from conan-piponazo

Loading…
Cancel
Save