Skip to content

Commit 4e549b3

Browse files
author
Damir Porobic
committed
Drop include from prefix path
1 parent 009500a commit 4e549b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
run: |
5858
mkdir build
5959
cd build
60-
cmake .. -G"NMake Makefiles" -DCMAKE_PREFIX_PATH="$env:INSTALL_PREFIX/include"
60+
cmake .. -G"NMake Makefiles" -DCMAKE_PREFIX_PATH="$env:INSTALL_PREFIX"
6161
nmake

0 commit comments

Comments
 (0)