Skip to content

Commit 7c94983

Browse files
committed
CI: Don't find Azure supplied macOS frameworks
1 parent 2aae548 commit 7c94983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
parameters:
4949
cmakeArgs: >
5050
-DCMAKE_BUILD_TYPE=Release
51+
"-DCMAKE_PREFIX_PATH=/Users/vsts/superbuild\;/usr"
52+
-DCMAKE_FIND_FRAMEWORK=LAST
53+
-DCMAKE_FIND_APPBUNDLE=LAST
5154
buildArgs: -j5
5255
- template: publish.yml
5356

0 commit comments

Comments
 (0)