Skip to content
Snippets Groups Projects
Commit 3f243b0b authored by Eoin Clerkin's avatar Eoin Clerkin Committed by Pierre-Alain Loizeau
Browse files

Update CMAKELIST

Introduce cfv as test
parent 702ab1a7
No related branches found
No related tags found
1 merge request!1975CFV in CI
Pipeline #31926 passed
......@@ -55,6 +55,7 @@ if(NOT ${CBM_TEST_MODEL} MATCHES Experimental )
sis100_electron
sis100_muon_lmvm
sis100_muon_jpsi
sis100_cfv
)
else()
List(APPEND cbm_setup sis100_electron sis100_muon_jpsi)
......@@ -80,6 +81,8 @@ foreach(setup IN LISTS cbm_setup)
set(sname s100h)
elseif(setup MATCHES sis100_electron)
set(sname s100e)
elseif(setup MATCHES sis100_cfv)
set(sname s100c)
elseif(setup MATCHES sis100_muon_lmvm)
set(sname s100m2)
elseif(setup MATCHES sis100_muon_jpsi)
......
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