From e2d7527994a06a690cc00452794e634b8a59d200 Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema <dijkema@astron.nl> Date: Fri, 25 May 2018 13:41:06 +0000 Subject: [PATCH] Task #11552: remove boost-python dependency from DPPP_Interpolate --- CEP/DP3/DPPP_Interpolate/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CEP/DP3/DPPP_Interpolate/CMakeLists.txt b/CEP/DP3/DPPP_Interpolate/CMakeLists.txt index cbda68c58fe..a45bd5adc12 100644 --- a/CEP/DP3/DPPP_Interpolate/CMakeLists.txt +++ b/CEP/DP3/DPPP_Interpolate/CMakeLists.txt @@ -4,7 +4,6 @@ lofar_package(DPPP_Interpolate 1.0 DEPENDS DPPP) include(LofarFindPackage) lofar_find_package(Casacore COMPONENTS casa ms tables REQUIRED) -lofar_find_package(Boost REQUIRED COMPONENTS date_time thread filesystem system python) add_subdirectory(include/DPPP_Interpolate) add_subdirectory(src) -- GitLab