File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 python-version : 3.13
3737 - name : Install wpiformat
38- run : pip3 install wpiformat==2025.33
38+ run : pip3 install wpiformat==2025.72
3939 - name : Run
4040 run : wpiformat
4141 - name : Check output
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ set(OPENCV_TYPE "")
5050
5151# Download opencv, and save the path
5252include (FetchContent)
53- fetchcontent_declare (
53+ FetchContent_Declare (
5454 opencv_lib
5555 URL
5656 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
5757)
58- fetchcontent_makeavailable (opencv_lib)
58+ FetchContent_MakeAvailable (opencv_lib)
5959
6060# download OpenCV headers
61- fetchcontent_declare (
61+ FetchContent_Declare (
6262 opencv_header
6363 URL
6464 https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/thirdparty/${OPENCV_YEAR} /opencv/opencv-cpp/${OPENCV_VERSION} /opencv-cpp-${OPENCV_VERSION} -headers.zip
6565)
66- fetchcontent_makeavailable (opencv_header)
66+ FetchContent_MakeAvailable (opencv_header)
6767
6868# This probably doesn't work great with shared libraries, but I don't care about those right now
6969file (
You can’t perform that action at this time.
0 commit comments