caching cmake variables

release/4.3a0
Matthew Broadway 2019-02-13 09:45:06 +00:00
parent a1fba6a5b1
commit 27f87d340e
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# in the current environment are different from the cached!
unset(PYTHON_EXECUTABLE CACHE)
unset(CYTHON_EXECUTABLE CACHE)
unset(PYTHON_INCLUDE_DIR CACHE)
unset(PYTHON_MAJOR_VERSION CACHE)
find_package(Cython 0.25.2 REQUIRED)
# User-friendly Cython wrapping and installing function.