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

Task #10121: enable DPPP_DDECal again after release

parent 5e64cbd4
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,9 @@ lofar_add_package(DPPP_AOFlag) ...@@ -7,10 +7,9 @@ lofar_add_package(DPPP_AOFlag)
lofar_add_package(SPW_Combine SPWCombine) lofar_add_package(SPW_Combine SPWCombine)
lofar_add_package(AOFlagger) lofar_add_package(AOFlagger)
# Disable DDECal for LOFAR release 2.21 lofar_find_package(Armadillo)
#lofar_find_package(Armadillo) if(${ARMADILLO_FOUND})
#if(${ARMADILLO_FOUND}) lofar_add_package(DPPP_DDECal)
# lofar_add_package(DPPP_DDECal) else()
#else() message(WARNING "Armadillo was not found, NOT building DPPP_DDECal")
# message(WARNING "Armadillo was not found, NOT building DPPP_DDECal") endif()
#endif()
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