Skip to content
Snippets Groups Projects
Commit a8840eb1 authored by Andre Offringa's avatar Andre Offringa
Browse files

Merge branch 'allow-everybeam-0.6' into 'master'

Allow EveryBeam version 0.6

See merge request !1249
parents 0386079d 1b8b40cf
No related branches found
No related tags found
1 merge request!1249Allow EveryBeam version 0.6
Pipeline #81466 failed
......@@ -250,10 +250,10 @@ include_directories(${AOFLAGGER_INCLUDE_DIR})
find_package(EveryBeam NO_MODULE)
if(${EVERYBEAM_FOUND})
if(${EVERYBEAM_VERSION} VERSION_LESS "0.5.8" OR ${EVERYBEAM_VERSION}
VERSION_GREATER_EQUAL "0.6.0")
VERSION_GREATER_EQUAL "0.7.0")
message(
FATAL_ERROR
"DP3 needs EveryBeam version 0.5.x - with x >= 4 - but found version ${EveryBeam_VERSION}"
"DP3 needs EveryBeam version >= 0.5.8 and < 0.7.0 - but found version ${EveryBeam_VERSION}"
)
endif()
# TODO(AST-1336): Remove SYSTEM when EveryBeam no longer includes XTensor headers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment