Skip to content

Commit

Permalink
IM TIRED
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Mar 5, 2025
1 parent 2f87ec8 commit cb9c23d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ jobs:
with:
nsis-version: 3.09

- name: Install Protobuf
uses: ConorMacBride/install-package@v1
with:
brew: protobuf
choco: protoc
apt: protobuf-compiler

- name: Install Qt
uses: jdpurcell/install-qt-action@v4
with:
Expand Down
18 changes: 0 additions & 18 deletions 3rd_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,6 @@ set(CMAKE_POLICY_DEFAULT_CMP0074 NEW)

set(FETCHCONTENT_QUIET OFF)

# protobuf
if (NOT USE_SYSTEM_PROTOBUF)
set(protobuf_ALLOW_CCACHE ON)
set(protobuf_MSVC_STATIC_RUNTIME OFF)
set(protobuf_BUILD_SHARED_LIBS ON)
set(protobuf_BUILD_TESTS OFF)
set(ABSL_PROPAGATE_CXX_STD ON)

set(ABSL_ENABLE_INSTALL ON)
FetchContent_Declare(protobuf
GIT_REPOSITORY https://github.com/protocolbuffers/protobuf.git
GIT_TAG v25.6
SOURCE_SUBDIR cmake
FIND_PACKAGE_ARGS NAMES Protobuf
)
FetchContent_MakeAvailable(Protobuf)
endif()

# WPILib
if (NOT USE_SYSTEM_NTCORE)
set(USE_SYSTEM_EIGEN OFF)
Expand Down

0 comments on commit cb9c23d

Please sign in to comment.