[apriltag] Update apriltaglib (#5475)

This commit is contained in:
Peter Johnson
2023-07-26 22:48:09 -07:00
committed by GitHub
parent a95994fff6
commit fc75d31755
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ include(FetchContent)
FetchContent_Declare(
apriltaglib
GIT_REPOSITORY https://github.com/wpilibsuite/apriltag.git
GIT_TAG 2f35517c63cdcbade1aff0dbba5262e615827494
GIT_TAG e55b751f2465bd40a880d9acb87d24289e2af89e
)
# Don't use apriltag's CMakeLists.txt due to conflicting naming and JNI

View File

@@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '3.2.0-6'
version = '3.2.0-8'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}