Skip to content
Snippets Groups Projects
Commit 04cc21c2 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

correct python module path

parent f0f42b3c
Branches
Tags
No related merge requests found
...@@ -93,7 +93,7 @@ string(REPLACE "." ";" _python_version_list ${Python_VERSION}) ...@@ -93,7 +93,7 @@ string(REPLACE "." ";" _python_version_list ${Python_VERSION})
list(GET _python_version_list 0 Python_VERSION_MAJOR) list(GET _python_version_list 0 Python_VERSION_MAJOR)
list(GET _python_version_list 1 Python_VERSION_MINOR) list(GET _python_version_list 1 Python_VERSION_MINOR)
# where Python modules live # where Python modules live
set(PYTHON_MODULE_PATH "python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}/site-packages/") set(PYTHON_MODULE_PATH "python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/site-packages/")
setup_boost() setup_boost()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment