libusb / libusb-cmake

CMake build system for libusb
https://github.com/libusb/libusb
GNU Lesser General Public License v2.1
26 stars 12 forks source link

replace LIBUSB_BUILD_SHARED_LIBS #19

Closed akallabeth closed 10 months ago

akallabeth commented 10 months ago

use the CMake default BUILD_SHARED_LIBS instead

Youw commented 10 months ago

Please see https://github.com/libusb/libusb/pull/1134#issuecomment-1121623921 Both options works fine. The usage is a bit different. At some point we choose not to use BUILD_SHARED_LIBS.