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 c025491 commit bdcfb33Copy full SHA for bdcfb33
CMake/external_libusb.cmake
@@ -15,6 +15,7 @@ ExternalProject_Add(
15
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
16
-DANDROID_ABI=${ANDROID_ABI}
17
-DANDROID_STL=${ANDROID_STL}
18
+ -DBUILD_SHARED_LIBS=OFF
19
-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/libusb_install
20
-DLIBUSB_INSTALL_TARGETS=ON
21
--no-warn-unused-cli
0 commit comments