Merge pull request #2426 from Exiv2/ciConan
Remove deprecated option in conan
This commit is contained in:
commit
a700a9c1ab
@ -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…
Reference in New Issue
Block a user