Skip to content

Commit

Permalink
Fix typo in variable description (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign authored Apr 11, 2024
1 parent e7e0c7b commit 4d75791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Findlibusb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ find_path(LIBUSB_INCLUDE_DIR
)

if (libusb_USE_STATIC_LIBS AND NOT MSVC)
set (LIBUSB_LIB_PREFIX "lib" CACHE INTERNAL "libusb library name prefox passed to find_library")
set (LIBUSB_LIB_PREFIX "lib" CACHE INTERNAL "libusb library name prefix passed to find_library")
set (LIBUSB_LIB_SUFFIX ".a" CACHE INTERNAL "libusb library name suffix passed to find_library")
else ()
set (LIBUSB_LIB_PREFIX "" CACHE INTERNAL "libusb library name prefox passed to find_library")
set (LIBUSB_LIB_PREFIX "" CACHE INTERNAL "libusb library name prefix passed to find_library")
set (LIBUSB_LIB_SUFFIX "" CACHE INTERNAL "libusb library name suffix passed to find_library")
endif ()

Expand Down

0 comments on commit 4d75791

Please sign in to comment.