Skip to content
Snippets Groups Projects
Commit bd78c64a authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #10891: check for python dependencies at cmake time

parent b13dface
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
# $Id$
lofar_package(Pipeline-Framework 0.1 DEPENDS MessageBus)
find_python_module(xmlrunner REQUIRED)
add_subdirectory(lofarpipe)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment