Skip to content
Snippets Groups Projects
Commit 7a4518c1 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

Set Python-related destination variables in PyDependences.cmake

parent 239a7119
No related branches found
No related tags found
1 merge request!841Add Python Wheel to the Package
......@@ -11,9 +11,13 @@ else(BA_PY_PLATFORM)
endif(BA_PY_PLATFORM)
set(pyversion ${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR})
set(pydst "${destination_root}python/${pyversion}")
set(destination_python
"${destination_prefix}lib/python${pyversion}/dist-packages")
"${pydst}/dist-packages/")
set(destination_pypackage ${pydst}/wheel)
message(STATUS "Python destination directory: ${destination_python}")
message(STATUS "Python package destination directory: ${destination_pypackage}")
# check presence of some Python modules
message(STATUS "Searching required Python packages...")
......
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