Skip to content

Commit 318af18

Browse files
authored
Update azure-pipelines.yml
1 parent 4a78530 commit 318af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- template: windows-testing.yml@templates
4949
parameters:
5050
type: "Debug"
51-
cmakeArgs: "-DCMAKE_PREFIX_PATH=$(OPENGEODEPATH)"
5251

5352
- job: Test_Mac
5453
dependsOn: Format
@@ -66,6 +65,7 @@ jobs:
6665
- template: unix-testing.yml@templates
6766
parameters:
6867
type: "Debug"
68+
cmakeArgs: "-DCMAKE_PREFIX_PATH=$(OPENGEODEPATH);$(Build.SourcesDirectory)/build"
6969

7070
- template: semantic-release.yml@templates
7171
parameters:

0 commit comments

Comments
 (0)