Skip to content

Commit 1da8207

Browse files
a few diagnostic prints.
1 parent 4b0b332 commit 1da8207

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
5858
echo $CMAKE_BINARY_DIR
59+
# echo "where vcpkg" >> VCPKG_ROOT
60+
echo $VCPKG_ROOT
5961
- name: Setup deps (Windows)
6062
if: runner.os == 'Windows'
6163
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ var/
4343
#Test Files
4444
test_images_output/
4545
wheelhouse/
46+
.coverage

UsingVCPKG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Using VCPKG on Windows.
2+
3+
Starting from here:
4+
5+
https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-vscode?source=recommendations&pivots=shell-cmd
6+
7+
8+
bootstrap vcpkg
9+
10+
Set the PATH, for me that's:
11+
12+
set PATH=%VCPKG_ROOT%;%PATH%
13+
set "VCPKG_ROOT=C:\Users\Chris.Barker\Documents\vcpkg"
14+
15+
16+

0 commit comments

Comments
 (0)