Skip to content
Snippets Groups Projects
Commit ab20e1d7 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1310: Removed redundant definition of INCLUDE_PATH_SUFFIX for SPWCombine....

Bug 1310: Removed redundant definition of INCLUDE_PATH_SUFFIX for SPWCombine. Disabled test tAH_TestStorage, because AH_TestStorage.cc no longer exists
parent b1207668
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,6 @@ set(inst_HEADERS ...@@ -5,11 +5,6 @@ set(inst_HEADERS
CombinerProcessControl.h CombinerProcessControl.h
SPWCombine.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. # Create symbolic link to include directory.
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
include(LofarCTest) include(LofarCTest)
lofar_add_test(tAH_TestStorage tAH_TestStorage.cc AH_TestStorage.cc) #lofar_add_test(tAH_TestStorage tAH_TestStorage.cc AH_TestStorage.cc)
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