Skip to content
Snippets Groups Projects
Commit 6e3e3300 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-612: Fix casacore-python dependency check

parent d4d292a5
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,11 @@ include(LofarCTest)
include(LofarFindPackage)
lofar_find_package(Casacore REQUIRED COMPONENTS python)
if(CASA_PYTHON3_LIBRARY)
if(CASA_PYTHON_LIBRARY)
#This test is disabled due to boost-python linking problems on CEP3
#lofar_add_test(tStationBeamNCP)
else(CASA_PYTHON3_LIBRARY)
else(CASA_PYTHON_LIBRARY)
message(WARNING "Python-casacore was not found, disabling tStationBeamNCP")
endif(CASA_PYTHON3_LIBRARY)
endif(CASA_PYTHON_LIBRARY)
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