Skip to content

Commit 41060aa

Browse files
committed
fix versioning
1 parent 0f8ec85 commit 41060aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ message(STATUS "Using FRC OpenCV for architecture: ${OPENCV_ARCH}")
3232
FetchContent_Declare(
3333
opencv_lib
3434
URL
35-
https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/thirdparty/${OPENCV_YEAR}/opencv/opencv-cpp/${OPENCV_VERSION}/opencv-cpp-${OPENCV_VERSION}-${OPENCV_ARCH}${OPENCV_TYPE}.zip
35+
https://frcmaven.wpi.edu/artifactory/release/org/wpilib/thirdparty/${OPENCV_YEAR}/opencv/opencv-cpp/${OPENCV_VERSION}/opencv-cpp-${OPENCV_VERSION}-${OPENCV_ARCH}${OPENCV_TYPE}.zip
3636
)
3737
FetchContent_MakeAvailable(opencv_lib)
3838

3939
# download OpenCV headers
4040
FetchContent_Declare(
4141
opencv_header
4242
URL
43-
https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/thirdparty/${OPENCV_YEAR}/opencv/opencv-cpp/${OPENCV_VERSION}/opencv-cpp-${OPENCV_VERSION}-headers.zip
43+
https://frcmaven.wpi.edu/artifactory/release/org/wpilib/thirdparty/${OPENCV_YEAR}/opencv/opencv-cpp/${OPENCV_VERSION}/opencv-cpp-${OPENCV_VERSION}-headers.zip
4444
)
4545
FetchContent_MakeAvailable(opencv_header)
4646

@@ -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/release/edu/wpi/first/wpimath/wpimath-cpp/${WPIMATH_VERSION}/wpimath-cpp-${WPIMATH_VERSION}-headers.zip
61+
https://frcmaven.wpi.edu/artifactory/release/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)