Skip to content

Commit

Permalink
Merge pull request #2426 from Exiv2/ciConan
Browse files Browse the repository at this point in the history
Remove deprecated option in conan
  • Loading branch information
piponazo authored Nov 21, 2022
2 parents 67df851 + 861625c commit a700a9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ def requirements(self):

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
Expand Down

0 comments on commit a700a9c

Please sign in to comment.