Skip to content

Commit e455854

Browse files
committed
move to release-2027 artifactory dir
1 parent 5d0ad66 commit e455854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ message(STATUS "Using FRC OpenCV libraries: ${OPENCV_LIB_PATH}")
5858
FetchContent_Declare(
5959
wpimath_header
6060
URL
61-
https://frcmaven.wpi.edu/artifactory/wpilib-mvn-release-2027-local/org/wpilib/wpimath/wpimath-cpp/${WPIMATH_VERSION}/wpimath-cpp-${WPIMATH_VERSION}-headers.zip
61+
https://frcmaven.wpi.edu/artifactory/release-2027/org/wpilib/wpimath/wpimath-cpp/${WPIMATH_VERSION}/wpimath-cpp-${WPIMATH_VERSION}-headers.zip
6262
)
6363
FetchContent_MakeAvailable(wpimath_header)
6464
set(WPIMATH_INCLUDE_PATH ${wpimath_header_SOURCE_DIR})

0 commit comments

Comments
 (0)