CI #2
@@ -4,13 +4,16 @@ class RequirementsConan(ConanFile):
|
|||||||
name = "Requirements"
|
name = "Requirements"
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
"packages_channel"
|
"packages_channel": [str]
|
||||||
}
|
}
|
||||||
default_options = {
|
default_options = {
|
||||||
"packages_channel": "main"
|
"packages_channel": "main"
|
||||||
}
|
}
|
||||||
|
|
||||||
def configure(self):
|
def configure(self):
|
||||||
|
self.options['mimalloc'].override = True
|
||||||
|
self.options['mimalloc'].shared = True
|
||||||
|
|
||||||
self.options['stduuid'].with_cxx20_span = True
|
self.options['stduuid'].with_cxx20_span = True
|
||||||
self.options['flatbuffers'].header_only = True
|
self.options['flatbuffers'].header_only = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user