Skip to content

Commit

Permalink
tanuki update, require heyoka 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jun 6, 2024
1 parent 70f9bd1 commit 93b3e2b
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1,641 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if(${fmt_VERSION_MAJOR} LESS 10)
endif()

# heyoka.
find_package(heyoka 3.0.0 REQUIRED CONFIG)
find_package(heyoka 5.0.0 REQUIRED CONFIG)
target_link_libraries(kep3 PUBLIC heyoka::heyoka)

# spdlog.
Expand Down
Loading

0 comments on commit 93b3e2b

Please sign in to comment.