From bd78c64a5897f9a6087988727f55349240b1512a Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema <dijkema@astron.nl> Date: Tue, 30 May 2017 13:48:04 +0000 Subject: [PATCH] Task #10891: check for python dependencies at cmake time --- CEP/GSM/CMakeLists.txt | 1 + CEP/Pipeline/framework/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CEP/GSM/CMakeLists.txt b/CEP/GSM/CMakeLists.txt index ee9a6d26882..73b3fb177be 100644 --- a/CEP/GSM/CMakeLists.txt +++ b/CEP/GSM/CMakeLists.txt @@ -4,6 +4,7 @@ lofar_package(GSM 1.0) include(LofarFindPackage) lofar_find_package(Python 2.6 REQUIRED) +find_python_module(monetdb REQUIRED) add_subdirectory(src) #add_subdirectory(db) diff --git a/CEP/Pipeline/framework/CMakeLists.txt b/CEP/Pipeline/framework/CMakeLists.txt index 736e7e26114..3cad972749f 100644 --- a/CEP/Pipeline/framework/CMakeLists.txt +++ b/CEP/Pipeline/framework/CMakeLists.txt @@ -1,5 +1,6 @@ # $Id$ lofar_package(Pipeline-Framework 0.1 DEPENDS MessageBus) +find_python_module(xmlrunner REQUIRED) add_subdirectory(lofarpipe) -- GitLab