Skip to content

Commit

Permalink
Update apriltaglib
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 8, 2023
1 parent a6157f1 commit bfc538b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apriltag/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(FetchContent)
FetchContent_Declare(
apriltaglib
GIT_REPOSITORY https://github.com/wpilibsuite/apriltag.git
GIT_TAG e55b751f2465bd40a880d9acb87d24289e2af89e
GIT_TAG 64be6ab26abf5e995321997fd0752c609a7e30f4
)

# Don't use apriltag's CMakeLists.txt due to conflicting naming and JNI
Expand Down
2 changes: 1 addition & 1 deletion shared/apriltaglib.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '3.2.0-8'
version = '3.3.0-1'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}
Expand Down

0 comments on commit bfc538b

Please sign in to comment.