From f13cab34e2884ae91f064aa33943f003f89806be Mon Sep 17 00:00:00 2001
From: Timon Habenicht <t.habenicht@tu-bs.de>
Date: Wed, 21 Nov 2018 10:53:28 +0100
Subject: [PATCH] adds Boost to Numerical Tests

---
 targets/tests/NumericalTests/3rdPartyLinking.cmake | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/targets/tests/NumericalTests/3rdPartyLinking.cmake b/targets/tests/NumericalTests/3rdPartyLinking.cmake
index fee6eff6c..aeb913268 100644
--- a/targets/tests/NumericalTests/3rdPartyLinking.cmake
+++ b/targets/tests/NumericalTests/3rdPartyLinking.cmake
@@ -5,4 +5,6 @@ linkCuda(${targetName})
 include (${CMAKE_SOURCE_DIR}/${cmakeMacroPath}/MPI/Link.cmake)
 linkMPI(${targetName})
 include (${CMAKE_SOURCE_DIR}/${cmakeMacroPath}/fftw/Link.cmake)
-linkFftw(${targetName})
\ No newline at end of file
+linkFftw(${targetName})
+include (${CMAKE_SOURCE_DIR}/${cmakeMacroPath}/Boost/Link.cmake)
+linkBoost(${targetName} "")
\ No newline at end of file
-- 
GitLab