Skip to content
Snippets Groups Projects
Commit 2c37b481 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : typo

parent 69144ea4
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50260 waiting for manual action
......@@ -52,13 +52,11 @@ class CMakeBuild(build_ext):
else os.environ["AIDGE_INSTALL"]
)
# using ninja as default build system to build faster and with the same compiler as on windows
build_gen = (
["-G", os.environ["AIDGE_BUILD_GEN"]]
if "AIDGE_BUILD_GEN" in os.environ
else [
-G,
"Ninja",
] # using ninja as default build system to build faster and with the same compiler as on windows
else ["-G", "Ninja"]
)
self.spawn(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment