Skip to content

Commit

Permalink
update missed cmake template
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed May 9, 2024
1 parent 467b08c commit 11f8ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/templates/cmakelists_parallel_F2003_ex.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ foreach(example ${examples})
# libraries to link against
target_link_libraries(${example} ${LIBRARIES})

target_compile_definitions(${example} PRIVATE SUNDIALS_INT@SUNDIALS_INDEX_SIZE@_T)

# add the example to ctest
add_test(NAME ${example} COMMAND ${example})

Expand Down

0 comments on commit 11f8ab3

Please sign in to comment.