We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0ad66 commit e455854Copy full SHA for e455854
CMakeLists.txt
@@ -58,7 +58,7 @@ message(STATUS "Using FRC OpenCV libraries: ${OPENCV_LIB_PATH}")
58
FetchContent_Declare(
59
wpimath_header
60
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
+ https://frcmaven.wpi.edu/artifactory/release-2027/org/wpilib/wpimath/wpimath-cpp/${WPIMATH_VERSION}/wpimath-cpp-${WPIMATH_VERSION}-headers.zip
62
)
63
FetchContent_MakeAvailable(wpimath_header)
64
set(WPIMATH_INCLUDE_PATH ${wpimath_header_SOURCE_DIR})
0 commit comments