Skip to content
Snippets Groups Projects
Commit cc8d9b05 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Merge branch 'fix/wheel-folder' into 'develop'

Fix: use absolute wheel path

See merge request !17
parents f7f109af 223d8f7b
Branches
Tags
1 merge request!17Fix: use absolute wheel path
......@@ -43,7 +43,7 @@ install (
if (Python3_Interpreter_FOUND)
execute_process(
COMMAND ${Python3_EXECUTABLE} -m pip wheel --no-deps -w dist ${VA_PYTHON_PACKAGE_PATH}
COMMAND ${Python3_EXECUTABLE} -m pip wheel --no-deps -w ${VA_PYTHON_PACKAGE_PATH}/dist ${VA_PYTHON_PACKAGE_PATH}
RESULT_VARIABLE _result
)
if (NOT _result EQUAL 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment