File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ def requirements(self):
22
22
self .requires ("sqlite3/3.40.1" ) # This should be a transitive dependency of cpp-sqlite
23
23
self .requires ("tinyxml2/10.0.0" )
24
24
self .requires ("cppzmq/4.11.0" )
25
+ self .requires ("foonathan-lexy/2022.12.1" )
25
26
26
27
def generate (self ):
27
28
tc = CMakeToolchain (self )
28
29
29
30
#tc.cache_variables["USE_VENDORED_CPPSQLITE"] = False
30
31
tc .cache_variables ["USE_VENDORED_CPPZMQ" ] = False
31
32
tc .cache_variables ["USE_VENDORED_FLATBUFFERS" ] = False
32
- # tc.cache_variables["USE_VENDORED_LEXY"] = False
33
+ tc .cache_variables ["USE_VENDORED_LEXY" ] = False
33
34
tc .cache_variables ["USE_VENDORED_MINICORO" ] = False
34
35
tc .cache_variables ["USE_VENDORED_MINITRACE" ] = False
35
36
tc .cache_variables ["USE_VENDORED_TINYXML2" ] = False
You can’t perform that action at this time.
0 commit comments