use new way to find python3 since cmake 3.12 and do not use old python path

This commit is contained in:
Sébastien Loriot
2021-09-21 14:40:45 +02:00
parent 713467e952
commit c83057a7dc
2 changed files with 8 additions and 10 deletions
@@ -58,8 +58,6 @@ if [ ! -d "${CGAL_DOC_BUILD}/${CGAL_RELEASE_ID}" ]; then
fi
cd "${CGAL_RELEASE_ID}"
PYTHONPATH=/home/cgal-testsuite/.local/lib/python2.6/site-packages
export PYTHONPATH
PATH=/home/cgal-testsuite/local/bin:$PATH
export PATH
cd "$PWD/doc/scripts"