Skip to content

Commit

Permalink
moving list to string
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkzerwas committed Sep 24, 2024
1 parent 1b321c5 commit b2ef5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(TEST_ENVIRONMENT "K4GENERATORSCONFIG=${PROJECT_BINARY_DIR}/bin")
set(generatorList Babayaga KKMC Madgraph Pythia Sherpa Whizard )
foreach(generator ${generatorList})
# list(APPEND InputAndRunList "InputAndRun_${generator}" )
set(InputAndRunList ${InputAndRunList}InputAndRun_${generator}";")
string(APPEND InputAndRunList InputAndRun_${generator}" ")
message(${generator} " appended to the runlist ")
endforeach()
message("The string is " ${InputAndRunList} )
Expand Down

0 comments on commit b2ef5f3

Please sign in to comment.