Skip to content
Snippets Groups Projects
Commit 55b62b52 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

merge one-time variable

parent 048ed068
No related branches found
No related tags found
1 merge request!2528rm unnecessary trailing slashes from CMake variables (#946)
......@@ -10,8 +10,7 @@ else()
find_custom_python3(DEFAULT_PATH VERBOSE)
endif()
set(pyversion ${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR})
set(pydst "${destination_root}python/${pyversion}")
set(pydst "${destination_root}python/${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}")
set(destination_python "${pydst}/dist-packages/")
set(destination_pypackage ${pydst}/wheel)
......
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