Skip to content
Snippets Groups Projects
Unverified Commit 8b5655a9 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #6453 from lat9nq/libusb-fix-msvc

externals: Don't set FOUND or VERSION on LIBUSB
parents 58180f9f 2817ef1a
No related branches found
No related tags found
No related merge requests found
set(LIBUSB_FOUND ON CACHE BOOL "libusb is present" FORCE)
set(LIBUSB_VERSION "1.0.24" CACHE STRING "libusb version string" FORCE)
if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux"))
set(LIBUSB_FOUND ON CACHE BOOL "libusb is present" FORCE)
set(LIBUSB_VERSION "1.0.24" CACHE STRING "libusb version string" FORCE)
# GNU toolchains for some reason doesn't work with the later half of this CMakeLists after
# updating to 1.0.24, so we do it the old-fashioned way for now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment