We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67df851 commit 861625cCopy full SHA for 861625c
conanfile.py
@@ -33,8 +33,6 @@ def requirements(self):
33
34
if self.options.unitTests:
35
self.requires('gtest/1.12.1')
36
- if self.settings.build_type == "Debug":
37
- self.options['gtest'].debug_postfix = ''
38
39
if self.options.xmp:
40
self.requires('XmpSdk/2016.7@piponazo/stable') # from conan-piponazo
0 commit comments