File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ message(STATUS "Using FRC OpenCV for architecture: ${OPENCV_ARCH}")
3232FetchContent_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)
3737FetchContent_MakeAvailable (opencv_lib)
3838
3939# download OpenCV headers
4040FetchContent_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)
4545FetchContent_MakeAvailable (opencv_header)
4646
@@ -58,7 +58,7 @@ message(STATUS "Using FRC OpenCV libraries: ${OPENCV_LIB_PATH}")
5858FetchContent_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)
6363FetchContent_MakeAvailable (wpimath_header)
6464set (WPIMATH_INCLUDE_PATH ${wpimath_header_SOURCE_DIR} )
You can’t perform that action at this time.
0 commit comments