From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 29 Jul 2025 20:45:48 +0200
Subject: Find MPI

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0065b1..b3c5f98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,7 @@ set( N_PROC 2 CACHE STRING "Number of processes used for generating code")
 
 
 find_package( LLVM REQUIRED )
+find_package( MPI REQUIRED )
 find_package( VTK REQUIRED
   COMPONENTS
     CommonCore
