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 558fb1e commit 5215164Copy full SHA for 5215164
.github/workflows/depends.yml
@@ -59,7 +59,7 @@ jobs:
59
mv deps\include\* package_windows\include\
60
ls package_windows\
61
ls package_windows\include
62
- cmake -DLIBIIO_LIBRARIES:FILEPATH=package_windows\libiio.lib -DLIBIIO_INCLUDEDIR:PATH=package_windows\include\ .
+ cmake -DLIBIIO_LIBRARIES:FILEPATH=package_windows\libiio -DLIBIIO_INCLUDEDIR:PATH=package_windows\include\ .
63
cmake --build . --config Release
64
ls
65
0 commit comments