Skip to content
Snippets Groups Projects
Commit 5d2da96a authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

PYTHON_INCLUDE_DIR => PYTHON_INCLUDE_PATH for compatibility with older cmake version

parent c126a93c
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ if(ENABLE_PYTHON_LIB_API)
endif(ENABLE_PYTHON_LIB_API)
include(${SWIG_USE_FILE})
include_directories(${PYTHON_INCLUDE_DIR})
include_directories(${PYTHON_INCLUDE_PATH})
foreach(module ${SWIG_MODULES})
set_source_files_properties(${module}.i PROPERTIES CPLUSPLUS ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment