Skip to content
Snippets Groups Projects
Commit 02eeb81a authored by Dave Moxey's avatar Dave Moxey
Browse files

Remove cache for PYTHON_INCLUDE_DIRS

parent a4b62618
Branches
Tags
No related merge requests found
......@@ -35,9 +35,6 @@ IF (NEKTAR_BUILD_PYTHON)
FIND_PACKAGE(PythonInterp ${PYTHONVER} REQUIRED)
FIND_PACKAGE(PythonLibsNew ${PYTHONVER} REQUIRED)
# Save include dir in Cache for subsequent configures.
SET(PYTHON_INCLUDE_DIRS ${PYTHON_INCLUDE_DIRS} CACHE INTERNAL "" FORCE)
# Include headers from root directory for config file.
# Now try to find Boost::Python. For now we are relying entirely on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment