Skip to content
Snippets Groups Projects
Commit c7baa8f4 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #11552: disable tStationBeamNCP (it has always been disabled)

parent 770edbec
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,10 @@ include(FindPythonModule) ...@@ -6,9 +6,10 @@ include(FindPythonModule)
find_python_module(pyrap) find_python_module(pyrap)
if(PYTHON_PYRAP_FOUND) if(PYTHON_PYRAP_FOUND)
lofar_add_test(tStationBeamNCP) #This test is disabled due to boost-python linking problems on CEP3
#lofar_add_test(tStationBeamNCP)
else(PYTHON_PYRAP_FOUND) else(PYTHON_PYRAP_FOUND)
message(WARNING "Python-casacore was not found, not installing test tStationBeamNCP") message(WARNING "Python-casacore was not found, disabling tStationBeamNCP")
endif(PYTHON_PYRAP_FOUND) endif(PYTHON_PYRAP_FOUND)
lofar_add_test(tpystationresponse) lofar_add_test(tpystationresponse)
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