From ab20e1d70b39b69c32157d08ed827d59c693bbe0 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Wed, 24 Feb 2010 11:04:19 +0000
Subject: [PATCH] Bug 1310: Removed redundant definition of INCLUDE_PATH_SUFFIX
 for SPWCombine. Disabled test tAH_TestStorage, because AH_TestStorage.cc no
 longer exists

---
 CEP/DP3/SPWCombine/include/SPWCombine/CMakeLists.txt | 5 -----
 RTCP/Storage/test/CMakeLists.txt                     | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/CEP/DP3/SPWCombine/include/SPWCombine/CMakeLists.txt b/CEP/DP3/SPWCombine/include/SPWCombine/CMakeLists.txt
index eb757d4508b..04c3c85ff94 100644
--- a/CEP/DP3/SPWCombine/include/SPWCombine/CMakeLists.txt
+++ b/CEP/DP3/SPWCombine/include/SPWCombine/CMakeLists.txt
@@ -5,11 +5,6 @@ set(inst_HEADERS
   CombinerProcessControl.h
   SPWCombine.h)
 
-# Add definition of include path suffix definition, because the header files
-# reside in a non-standard location.
-set(${PACKAGE_NAME}_INCLUDE_PATH_SUFFIX SPWCombine
-  CACHE INTERNAL "Include path suffix for package \"${PACKAGE_NAME}\"")
-
 # Create symbolic link to include directory.
 execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink 
   ${CMAKE_CURRENT_SOURCE_DIR}
diff --git a/RTCP/Storage/test/CMakeLists.txt b/RTCP/Storage/test/CMakeLists.txt
index 541dc119730..65fe96dbb03 100644
--- a/RTCP/Storage/test/CMakeLists.txt
+++ b/RTCP/Storage/test/CMakeLists.txt
@@ -2,4 +2,4 @@
 
 include(LofarCTest)
 
-lofar_add_test(tAH_TestStorage tAH_TestStorage.cc AH_TestStorage.cc)
+#lofar_add_test(tAH_TestStorage tAH_TestStorage.cc AH_TestStorage.cc)
-- 
GitLab