From e25ef567d96c12fa10f768375fa6cc24081199b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@imag.fr>
Date: Wed, 18 May 2016 13:37:57 +0000
Subject: [PATCH] Update CMakeLists.txt - Tests

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d6ec22be..58eedcdb6 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,6 +150,7 @@ find_python_module(pyopencl REQUIRED)
 if(USE_MPI)
   find_package(MPI REQUIRED)
   find_python_module(mpi4py REQUIRED)
+  message("MPI Libraries (tests) : ${MPI_Fortran_LIBRARIES}, ${MPI_C_LIBRARIES}")
 endif()
 # --- Wheel, required for a proper build/install process ---
 find_python_module(wheel REQUIRED)
-- 
GitLab