-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dependencies] Add Protobuf 3.26 support to eCAL. (#1530)
- Loading branch information
1 parent
99e4bdb
commit 1dcced6
Showing
3 changed files
with
100 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
target: 'desktop' | ||
|
||
- name: Install Dependencies | ||
run: brew install ninja doxygen graphviz protobuf@21 [email protected] pkg-config | ||
run: brew install ninja doxygen graphviz protobuf [email protected] pkg-config | ||
|
||
- name: Install Cap’n Proto | ||
run: | | ||
|
@@ -85,7 +85,7 @@ jobs: | |
-DECAL_THIRDPARTY_BUILD_QWT=ON \ | ||
-DECAL_THIRDPARTY_BUILD_YAML-CPP=ON \ | ||
-DCMAKE_BUILD_TYPE=Release \ | ||
-DCMAKE_PREFIX_PATH="/usr/local/opt/[email protected]:/usr/local/opt/protobuf@21" \ | ||
-DCMAKE_PREFIX_PATH=/usr/local/opt/[email protected] \ | ||
-DCMAKE_CXX_STANDARD=17 \ | ||
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \ | ||
-DPython_FIND_STRATEGY=LOCATION \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters