Migrate to Conan 2.x
This commit is contained in:
parent
96543393f7
commit
165853a114
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user