diff --git a/cmake/modules/FindParMETIS.cmake b/cmake/modules/FindParMETIS.cmake index abd65ce2368d00c620658fb5a06674db662411ef..0a0fb15ed7a4075b4efddb3d91239f19c39a4cf9 100644 --- a/cmake/modules/FindParMETIS.cmake +++ b/cmake/modules/FindParMETIS.cmake @@ -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)