Skip to content
Snippets Groups Projects
Commit 28e1e2da authored by Seth Johnson's avatar Seth Johnson
Browse files

Fix backward compatibility macro

parent e4e902b8
No related branches found
No related tags found
No related merge requests found
Pipeline #11050886 failed
......@@ -201,8 +201,8 @@ if(DEFINED VECGEOM_USE_NAVTUPLE OR DEFINED VECGEOM_USE_NAVINDEX)
set(_navstate_default 0)
elseif(VECGEOM_USE_NAVINDEX)
set(_navstate_default 1)
elseif(VECGEOM_USE_CUDA)
message(SEND_ERROR "Given options are incompatible with CUDA")
elseif(VECGEOM_USE_SURF)
message(SEND_ERROR "Given options are incompatible with surface geometry")
else()
# Path (navtuple+index are false)
set(_navstate_default 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment