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,7 +15,9 @@ class OsrmConan(ConanFile):
def configure(self):
self.options["boost"].without_python = True
self.options["boost"].without_coroutine = True
self.options["boost"].without_stacktrace = True
self.options["boost"].without_cobalt = True
def generate(self):
tc = CMakeToolchain(self)
tc.variables["CMAKE_CXX_STANDARD"] = "20"