From 5ee4733a4fb7ddfcdb85f62c7f74f50eae6f6ead Mon Sep 17 00:00:00 2001 From: Jan Rinze Peterzon <peterzon@astron.nl> Date: Wed, 14 Oct 2015 12:18:51 +0000 Subject: [PATCH] Task #8571: fix CMake requirements on python messaging/common library --- LCS/MessageBus/python/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCS/MessageBus/python/common/CMakeLists.txt b/LCS/MessageBus/python/common/CMakeLists.txt index 68e83db6035..3fcff6966fe 100644 --- a/LCS/MessageBus/python/common/CMakeLists.txt +++ b/LCS/MessageBus/python/common/CMakeLists.txt @@ -4,7 +4,7 @@ lofar_package(PyCommon 1.0) include(PythonInstall) -add_subdirectory(test) +#add_subdirectory(test) set(_py_files factory.py -- GitLab