Skip to content

Commit 861625c

Browse files
committed
Remove deprecated option in conan
1 parent 67df851 commit 861625c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conanfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def requirements(self):
3333

3434
if self.options.unitTests:
3535
self.requires('gtest/1.12.1')
36-
if self.settings.build_type == "Debug":
37-
self.options['gtest'].debug_postfix = ''
3836

3937
if self.options.xmp:
4038
self.requires('XmpSdk/2016.7@piponazo/stable') # from conan-piponazo

0 commit comments

Comments
 (0)