From fd799c269de3d6d4c408aa6b95371d08666a4c2c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 7 Dec 2012 09:08:34 +0000
Subject: [PATCH] Task #3696: Disabled RTCPTools because it is broken

---
 RTCP/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RTCP/CMakeLists.txt b/RTCP/CMakeLists.txt
index e0443399efb..451670af3bd 100644
--- a/RTCP/CMakeLists.txt
+++ b/RTCP/CMakeLists.txt
@@ -7,7 +7,7 @@ lofar_add_package(IONProc)   # BlueGene: I/O Node Processing applications
 lofar_add_package(InputProc) # GPU cluster: Station Input Retrieval and Redistribution applications 
 lofar_add_package(Storage)   # Stores correlator output in MeasurmentSets
 #lofar_add_package(GPUProc)   # GPU version
-lofar_add_package(RTCPTools) # Several RTCP tools
+#lofar_add_package(RTCPTools) # Several RTCP tools
 lofar_add_package(Run)       # Run scripts to start RTCP components
 lofar_add_package(LofarStMan)# Storage Manager for the main table of a LOFAR MS
 lofar_add_package(MetaDataGatherer)# Pulls in meta data from OTDB etc
-- 
GitLab