Skip to content

Commit

Permalink
Set CMAKE_FIND_ROOT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 23, 2024
1 parent 40ff844 commit c8bacbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
-DUSE_WERROR=ON
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DUSE_COMPILE_CACHE=ON
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY
-DCMAKE_APPLE_SILICON_PROCESSOR=arm64
CCACHE_MAXSIZE: 0
CCACHE_NOCOMPRESS: 1
Expand Down Expand Up @@ -208,6 +209,7 @@ jobs:
-B build \
-DCMAKE_INSTALL_PREFIX="../target" \
-DCMAKE_PREFIX_PATH=$(~/wrongbrew.sh --prefix qt@5);$(~/wrongbrew.sh --prefix) \
-DCMAKE_FIND_ROOT_PATH=$(~/wrongbrew --prefix)
$CMAKE_OPTS \
-DUSE_WERROR=OFF
- name: Build
Expand Down

0 comments on commit c8bacbe

Please sign in to comment.