summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-30 08:09:44 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-30 08:09:44 +0200
commit93cd84c7421340ce66f80509856fb43e7cb72803 (patch)
tree1d29cf92ec425fbb8ea4cdc8fe42110f3dcf5ad1 /.github/workflows
parent22132d53dd343f0d5f6515cfc2c692b3c3a9a93d (diff)
help cmake to find vcpkg installations
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index ccd1e647..a718c8f9 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -33,7 +33,7 @@ jobs:
python --version
mkdir build
cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DPython_ADDITIONAL_VERSIONS=3 ..
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DPython_ADDITIONAL_VERSIONS=3 ..
cd src/python
python setup.py bdist_wheel
- name: Publish on PyPi