Skip to content

Commit

Permalink
ENH: Use newest ANTs (suppress "Bad Rotation Matrix" warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Mar 19, 2024
1 parent 5fe32c2 commit 5de5aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
ants_inner
GIT_REPOSITORY https://github.com/ANTsX/ANTs
GIT_TAG 27482c79c41908bd16747c991971e620d4a9978d # 2024-02-29
GIT_TAG f7c20a579277d825a0c4eb2624ec3f3a6df7f0bc # 2024-03-19
)
FetchContent_GetProperties(ants_inner)
if(NOT ants_inner_POPULATED)
Expand Down

0 comments on commit 5de5aa1

Please sign in to comment.