diff --git a/LCS/Messaging/python/messaging/CMakeLists.txt b/LCS/Messaging/python/messaging/CMakeLists.txt index 07133a8b9fdcfaa45fddf7cce267ed24e19d780c..7db764fbf38e75b16ee9a331a7da2cddc66d7698 100644 --- a/LCS/Messaging/python/messaging/CMakeLists.txt +++ b/LCS/Messaging/python/messaging/CMakeLists.txt @@ -5,7 +5,7 @@ lofar_package(PyMessaging 1.0 DEPENDS PyCommon) lofar_find_package(Python 3.4 REQUIRED) include(FindPythonModule) -find_python_module(proton) +find_python_module(kombu) include(PythonInstall)