Migrate to Conan 2.x

This commit is contained in:
Siarhei Fedartsou 2024-10-01 15:33:21 +03:00
parent 96543393f7
commit 165853a114

View File

@ -15,6 +15,8 @@ class OsrmConan(ConanFile):
def configure(self): def configure(self):
self.options["boost"].without_python = True self.options["boost"].without_python = True
self.options["boost"].without_coroutine = True self.options["boost"].without_coroutine = True
self.options["boost"].without_stacktrace = True
self.options["boost"].without_cobalt = True
def generate(self): def generate(self):
tc = CMakeToolchain(self) tc = CMakeToolchain(self)