diff --git a/cmake/macros/SundialsInstallExamples.cmake b/cmake/macros/SundialsInstallExamples.cmake index ced9bb57a6..b3ec6ea9e2 100644 --- a/cmake/macros/SundialsInstallExamples.cmake +++ b/cmake/macros/SundialsInstallExamples.cmake @@ -96,7 +96,6 @@ macro(sundials_install_examples MODULE EXAMPLES_VAR) foreach(example_tuple ${${EXAMPLES_VAR}}) list(GET example_tuple 0 example) # filename always has to be the first item in the example tuple list(GET example_tuple 1 example_args) # args always has to be the second item in the example tuple - #list(APPEND ALL_EXAMPLES_ARGS "\"${example_args}\"") set(ALL_EXAMPLES_ARGS "${ALL_EXAMPLES_ARGS} \"${example_args}\"") if(${sundials_install_examples_HAS_MPI}) list(GET example_tuple 2 example_num_of_nodes) # of nodes always have to be the third item in the example tuple