We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833570e commit 97f2776Copy full SHA for 97f2776
conanfile.py
@@ -22,7 +22,7 @@ def requirements(self):
22
23
def generate(self):
24
tc = CMakeToolchain(self)
25
-
+
26
#tc.variables["USE_VENDORED_CPPSQLITE"] = False
27
#tc.variables["USE_VENDORED_CPPZMQ"] = False
28
tc.variables["USE_VENDORED_FLATBUFFERS"] = False
@@ -32,6 +32,6 @@ def generate(self):
32
tc.variables["USE_VENDORED_TINYXML2"] = False
33
#tc.variables["USE_VENDORED_WILDCARDS"] = False
34
tc.generate()
35
36
deps = CMakeDeps(self)
37
deps.generate()
0 commit comments