Skip to content

Commit

Permalink
Don't set obsolete PYTHON_INCLUDE_PATH
Browse files Browse the repository at this point in the history
PYTHON_INCLUDE_PATH isn't used by modern IMP or CMake;
PYTHON_INCLUDE_DIRS is used instead.
  • Loading branch information
benmwebb committed Nov 14, 2024
1 parent 38ce4db commit ccbc801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ build_w32_package() {
${CMAKE} ${SRCDIR} -DCMAKE_INSTALL_PYTHONDIR=/pylib/$PYVER \
-DSWIG_PYTHON_LIBRARIES=$w32py/$PYVER/lib/$PYLIB \
-DPYTHON_INCLUDE_DIRS=$w32py/$PYVER/include/ \
-DPYTHON_INCLUDE_PATH=$w32py/$PYVER/include/ \
-DPYTHON_LIBRARIES=$w32py/$PYVER/lib/$PYLIB \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_INSTALL_DATADIR=share \
Expand Down

0 comments on commit ccbc801

Please sign in to comment.