We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbca97 commit 4bdfda0Copy full SHA for 4bdfda0
.github/workflows/proto-win.yml
@@ -41,8 +41,8 @@ jobs:
41
run: |
42
cmake $GITHUB_WORKSPACE \
43
-DPROTO_IPM=ON \
44
- -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/metis_x64-windows/share/metis \
45
- -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/gklib_x64-windows/share/gklib
+ -Dmetis_DIR=C:/vcpkg/packages/metis_x64-windows/share/metis \
+ -DGKlib_DIR=C:/vcpkg/packages/gklib_x64-windows/share/gklib
46
47
- name: Build
48
working-directory: ${{runner.workspace}}/build
0 commit comments