-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
run: brew install python3 || brew link --overwrite [email protected] | ||
|
||
- name: Install latest Qt5 via brew | ||
run: brew install qt@5 || export LDFLAGS="-L/usr/local/opt/qt@5/lib" || export CPPFLAGS="-I/usr/local/opt/qt@5/include" | ||
run: brew install qt@5 | ||
|
||
- name: Install Dependencies | ||
run: brew install ninja doxygen graphviz protobuf [email protected] pkg-config capnp | ||
|
@@ -74,7 +74,7 @@ jobs: | |
-DECAL_THIRDPARTY_BUILD_TCP_PUBSUB=ON \ | ||
-DECAL_THIRDPARTY_BUILD_QWT=ON \ | ||
-DCMAKE_BUILD_TYPE=Release \ | ||
-DCMAKE_PREFIX_PATH=/usr/local/opt/[email protected] \ | ||
-DCMAKE_PREFIX_PATH="/usr/local/opt/[email protected];/usr/local/opt/qt@5" \ | ||
-DCMAKE_CXX_STANDARD=17 \ | ||
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \ | ||
-DPython_FIND_STRATEGY=LOCATION \ | ||
|