Lines Matching refs:CACHE
66 unset(PYTHON_EXECUTABLE CACHE)
115 unset(PYTHON_DEBUG_LIBRARY CACHE)
119 unset(PYTHON_LIBRARY CACHE)
120 unset(PYTHON_LIBRARY_DEBUG CACHE)
121 unset(PYTHON_LIBRARY_RELEASE CACHE)
122 unset(PYTHON_INCLUDE_DIR CACHE)
123 unset(PYTHON_INCLUDE_DIR2 CACHE)
201 set(${executable} "${_executable}" CACHE FILEPATH "Path to Python interpretor")
208 set(${library} "${_library}" CACHE FILEPATH "Path to Python library")
210 set(${debug_library} "${_debug_library}" CACHE FILEPATH "Path to Python debug")
212 set(${include_dir} "${_include_dir}" CACHE PATH "Python include dir")
213 set(${include_dir2} "${_include_dir2}" CACHE PATH "Python include dir 2")
214 set(${packages_path} "${_packages_path}" CACHE PATH "Where to install the python packages.")
215 set(${numpy_include_dirs} ${_numpy_include_dirs} CACHE PATH "Path to numpy headers")