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

chore : removed ninja default backend to leave it auto determined.

parent bc8fed6c
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50295 waiting for manual action
......@@ -52,11 +52,10 @@ 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"]
else []
)
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