From 7d34338ff335e7ba6f3bad3b285a2821002f61b6 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Wed, 14 Oct 2020 10:16:19 +0200 Subject: [PATCH] cmake list to string --- Documentation/Examples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Examples/CMakeLists.txt b/Documentation/Examples/CMakeLists.txt index ab9efaf5f..d5e2413e1 100644 --- a/Documentation/Examples/CMakeLists.txt +++ b/Documentation/Examples/CMakeLists.txt @@ -84,7 +84,7 @@ if (Pythia8_FOUND) CORSIKAprocesssequence ) - CORSIKA_ADD_EXAMPLE (vertical_EAS RUN_OPTIONS 4 2 10000.) + CORSIKA_ADD_EXAMPLE (vertical_EAS RUN_OPTIONS "4 2 10000.") target_link_libraries (vertical_EAS CORSIKAsetup CORSIKAunits @@ -136,7 +136,7 @@ target_link_libraries (staticsequence_example CORSIKAlogging) -CORSIKA_ADD_EXAMPLE (em_shower RUN_OPTIONS 100.) +CORSIKA_ADD_EXAMPLE (em_shower RUN_OPTIONS "100.") target_link_libraries (em_shower SuperStupidStack CORSIKAunits -- GitLab