From 49d3460a5e173fad215282ab06abc6e08ffa2a90 Mon Sep 17 00:00:00 2001
From: Olivier Coulaud <coulaud@mygale-inria.plafrim.cluster>
Date: Thu, 8 Jan 2015 11:44:55 +0100
Subject: [PATCH] Pb with fftw3.h fixed

---
 Utils/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Utils/CMakeLists.txt b/Utils/CMakeLists.txt
index 2d372f1e8..9e1f45ee9 100755
--- a/Utils/CMakeLists.txt
+++ b/Utils/CMakeLists.txt
@@ -18,7 +18,8 @@ file(
 # Adding the project sources dir as an include dir
 INCLUDE_DIRECTORIES(
      ${CMAKE_BINARY_DIR}/Src 
-     ${CMAKE_SOURCE_DIR}/Src 
+     ${CMAKE_SOURCE_DIR}/Src
+     ${SCALFMM_INCLUDES}
 )
 
 
-- 
GitLab