Skip to content
Snippets Groups Projects
Commit 723753cc authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/ros18-base] Enforce PYTHON_PACKAGES_DIR = site-packages

parent 3facb94e
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ USE_LANGUAGES?= c c++
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON}
CMAKE_ARGS+= -DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE}
CMAKE_ARGS+= -DPYTHON_LIBRARY=${PYTHON_LIB}
CMAKE_ARGS+= -DPYTHON_PACKAGES_DIR=site-packages
DEPEND_ABI.python+= python<3
......
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