File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 cmake --version
4949 ls -la install/shared-cmake/lib/cmake/hidapi/
50- sed -i '1s/^/message("! PACKAGE_FIND_VERSION: ${PACKAGE_FIND_VERSION})" \n/' install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
51- sed -i '1s/^/message("! CVF_VERSION: ${CVF_VERSION})" \n/' install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
52- sed -i '1s/^/message("! CMAKE_SIZEOF_VOID_P: ${CMAKE_SIZEOF_VOID_P})" \n/' install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
50+ sed -i '1s/^/message("! PACKAGE_FIND_VERSION: ${PACKAGE_FIND_VERSION}") \n/' install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
51+ sed -i '1s/^/message("! CVF_VERSION: ${CVF_VERSION}") \n/' install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
52+ sed -i '1s/^/message("! CMAKE_SIZEOF_VOID_P: ${CMAKE_SIZEOF_VOID_P}") \n/' install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
5353
5454 cat install/shared-cmake/lib/cmake/hidapi/hidapi-config.cmake
5555 echo "------------- --------------------- ----------------------- ----------------------"
5959 cmake \
6060 -B build/shared_test \
6161 -S hidapisrc/hidtest \
62- -Dhidapi_ROOT =install/shared-cmake \
62+ -DCMAKE_PREFIX_PATH =install/shared-cmake \
6363 -DCMAKE_INSTALL_PREFIX=install/shared_test \
6464 "-DCMAKE_C_FLAGS=${GNU_COMPILE_FLAGS}"
6565 cd build/shared_test
You can’t perform that action at this time.
0 commit comments