File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,13 @@ jobs:
5656 echo "------------- --------------------- ----------------------- ----------------------"
5757 echo "------------- --------------------- ----------------------- ----------------------"
5858 cat install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
59+ echo "------------- --------------------- ----------------------- ----------------------"
60+ echo "------------- --------------------- ----------------------- ----------------------"
61+ echo "------------- --------------------- ----------------------- ----------------------"
5962 cmake \
6063 -B build/shared_test \
6164 -S hidapisrc/hidtest \
62- -DCMAKE_PREFIX_PATH=install/shared-cmake \
65+ -DCMAKE_PREFIX_PATH=$(pwd)/ install/shared-cmake \
6366 -DCMAKE_INSTALL_PREFIX=install/shared_test \
6467 "-DCMAKE_C_FLAGS=${GNU_COMPILE_FLAGS}"
6568 cd build/shared_test
You can’t perform that action at this time.
0 commit comments