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

chore : cleanup useless option in setup.py

parent 37e95c5d
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
......@@ -46,11 +46,6 @@ class CMakeBuild(build_ext):
os.chdir(str(build_temp))
# Impose to use the executable of the python
# used to launch setup.py to setup PythonInterp
python_executable = sys.executable
print(f"python executable :\t{python_executable}")
compile_type = (
"Release"
if "AIDGE_PYTHON_BUILD_TYPE" not in os.environ
......@@ -66,7 +61,6 @@ class CMakeBuild(build_ext):
[
"cmake",
str(cwd),
f"-DPYTHON_EXECUTABLE={python_executable}",
"-DTEST=OFF",
f"-DCMAKE_INSTALL_PREFIX:PATH={install_path}",
f"-DCMAKE_BUILD_TYPE={compile_type}",
......
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