KIM.cmake: doesn't require MPI

This commit is contained in:
Christoph Junghans 2020-04-05 19:24:12 -06:00
parent b9c747b680
commit d8402b6249
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ if(CURL_FOUND)
endif()
endif()
find_package(PkgConfig QUIET)
find_package(MPI REQUIRED)
set(DOWNLOAD_KIM_DEFAULT ON)
if(PKG_CONFIG_FOUND)
pkg_check_modules(KIM-API QUIET libkim-api>=2.1.3)