ci - Using gtest as static library to avoid mac linking issues

main
Luis Díaz Más 4 years ago
parent 381a33b12d
commit d3b9e6b68a

@ -18,7 +18,7 @@ class Exiv2Conan(ConanFile):
def configure(self):
self.options['libcurl'].shared = True
self.options['gtest'].shared = True
self.options['gtest'].shared = False
def requirements(self):
self.requires('zlib/1.2.11')

Loading…
Cancel
Save