Skip to content

Commit

Permalink
removing debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbajsohal committed Aug 1, 2023
1 parent a226c72 commit 8fb651c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/macros/SundialsInstallExamples.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fb651c

Please sign in to comment.