diff --git a/targets/tests/NumericalTests/3rdPartyLinking.cmake b/targets/tests/NumericalTests/3rdPartyLinking.cmake index fee6eff6c8413bab0effc6f1e7d1a8be68ba0225..aeb913268f65525565f6c6a8838a20699dd301f9 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