From 6bb022d9a36e2539d1ac07a3d2b84f0610ff9dbc Mon Sep 17 00:00:00 2001 From: Luke Olson Date: Tue, 3 Oct 2023 13:01:54 -0500 Subject: [PATCH] remove general find_package --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a548b5..476c219 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,6 @@ FIND_PACKAGE(Boost 1.44 REQUIRED COMPONENTS system filesystem) FIND_PACKAGE(BLAS REQUIRED) FIND_PACKAGE(LAPACK REQUIRED) -find_package(MPI REQUIRED) - find_package(MPI COMPONENTS C Fortran REQUIRED) if (ENABLE_PLANE_AGG)