Skip to content

Commit

Permalink
Added qt5 to cmake_prefix_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Aug 19, 2024
1 parent 2abf0e4 commit 4cf23ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 4cf23ea

Please sign in to comment.