Skip to content
Snippets Groups Projects
Commit 43e44031 authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-64: Allow LCS/MessageBus to be compiled without requiring python

parent 874f2378
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
# $Id$
lofar_package(MessageBus 1.0 DEPENDS Common pyparameterset)
# Python can be explicitly disabled, if only the C++ libraries are needed
if(USE_PYTHON)
lofar_package(MessageBus 1.0 DEPENDS Common pyparameterset)
else(USE_PYTHON)
lofar_package(MessageBus 1.0 DEPENDS Common)
endif(USE_PYTHON)
include(LofarFindPackage)
lofar_find_package(QPID)
......
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