Closed ajbennieston closed 6 years ago
This commit adds --require-{LANG} and --disable-{LANG} flags (e.g. --require-go or --disable-dotnet) to the build.py script, and supports these in the CMakeLists.txt via variables FFIG_REQUIRE_{LANG} and FFIG_DISABLE_{LANG}
--require-{LANG}
--disable-{LANG}
--require-go
--disable-dotnet
FFIG_REQUIRE_{LANG}
FFIG_DISABLE_{LANG}
Merge is a mess. Will close this and fix locally. Expect a new PR soon.
What does this PR do?
This commit adds
--require-{LANG}
and--disable-{LANG}
flags (e.g.--require-go
or--disable-dotnet
) to the build.py script, and supports these in the CMakeLists.txt via variablesFFIG_REQUIRE_{LANG}
andFFIG_DISABLE_{LANG}
Closes #412