From fd212b74ccc715e24dc5a2f7d862c54c5032c527 Mon Sep 17 00:00:00 2001 From: Andrew Reisner Date: Tue, 30 Jan 2024 13:06:50 -0700 Subject: [PATCH] Remove search for MPI C component. --- config/raptorConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/raptorConfig.cmake.in b/config/raptorConfig.cmake.in index df6ff025..91a81540 100644 --- a/config/raptorConfig.cmake.in +++ b/config/raptorConfig.cmake.in @@ -5,4 +5,4 @@ if(NOT TARGET raptor AND NOT raptor_BINARY_DIR) endif() find_package(Threads REQUIRED) -find_package(MPI COMPONENTS C CXX REQUIRED) +find_package(MPI COMPONENTS CXX REQUIRED)