Update wpilib port to fix build with full package (#7087)

Previously, a warning was being generated in a higher level project, and we build with /WX by default
This commit is contained in:
Thad House 2019-06-29 20:04:52 -07:00 committed by Robert Schumacher
parent a7bbee3152
commit b627d2cf79
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: wpilib Source: wpilib
Version: 2019.4.1 Version: 2019.5.1
Build-Depends: libuv Build-Depends: libuv
Description: WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library. Description: WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO wpilibsuite/allwpilib REPO wpilibsuite/allwpilib
REF 221011494d202770ad275c88cd7380119505e65d REF 3dfb01d45b971ffdfeea50ce58653eff592807d9
SHA512 97ec277b2e7d0a287e1d4eef4f60b5f5b5a70a861f984d0bfb17610ca8f43c723e1ba3cc1b428d243db62b50307edcf509e496f15cccdda78f962bf91aa4568a SHA512 188923cbe166f5812a24a06d8af56bda289aaed38231d45583d423e51e9cd23bb257ade02fdc26e8d0fdd6cdcb793282c04ac80ebad76f29fdbd0a3c1a10f05c
) )
set(WITHOUT_JAVA ON) set(WITHOUT_JAVA ON)