Skip to content
Snippets Groups Projects
Commit 9f742fc9 authored by Markus Blatt's avatar Markus Blatt
Browse files

Bugfix: there was a space missing.

[[Imported from SVN: r6899]]
parent e4e4eaf7
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ foreach(_dir ${ParMETIS_DIR})
list(APPEND _ParMETIS_INCLUDE_DIRS ${ParMETIS_DIR} ${ParMETIS_DIR}/include)
endforeach(_dir ${ParMETIS_DIR})
find_path(ParMETIS_INCLUDE_DIRS parmetis.h PATHS${_ParMETIS_INCLUDE_DIRS} NO_DEFAULT_PATH)
find_path(ParMETIS_INCLUDE_DIRS parmetis.h PATHS ${_ParMETIS_INCLUDE_DIRS} NO_DEFAULT_PATH)
if(NOT ParMETIS_INCLUDE_DIRS)
find_path(ParMETIS_INCLUDE_DIRS parmetis.h)
......
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