Skip to content
Snippets Groups Projects
Commit 36b7d409 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

mpi4py: strip trailing whitespace from the include dir

parent f3450ca9
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ if(VTK_USE_SYSTEM_MPI4PY)
COMMAND "${PYTHON_EXECUTABLE}" -c
"import mpi4py; print(mpi4py.get_include())"
OUTPUT_VARIABLE mpi4py_include_dir
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set(MPI4PY_INCLUDE_DIR "${mpi4py_include_dir}"
CACHE PATH "Path the the MPI4Py include directory")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment