Skip to content

Commit

Permalink
Fixed vtk-9.1.0 CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed May 12, 2022
1 parent 3cd3f2e commit 12b50d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vtk-9.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: steps.cache-vtk-debug.outputs.cache-hit != 'true'
shell: pwsh
run: |
cp misc\CMakePresets.json ${{env.srcdir}}
cp misc\CMakePresets-vtk-9.1.0.json ${{env.srcdir}}\CMakePresets.json
cd ${{env.srcdir}}
cmake --preset ${{env.PRESET}}
cmake --build --preset ${{env.PRESET}} --config ${{env.type}}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
if: steps.cache-vtk-release.outputs.cache-hit != 'true'
shell: pwsh
run: |
cp misc\CMakePresets.json ${{env.srcdir}}
cp misc\CMakePresets-vtk-9.1.0.json ${{env.srcdir}}\CMakePresets.json
cd ${{env.srcdir}}
cmake --preset ${{env.PRESET}}
cmake --build --preset ${{env.PRESET}} --config ${{env.type}}
Expand Down

0 comments on commit 12b50d2

Please sign in to comment.