Skip to content

Commit

Permalink
- fixed typos
Browse files Browse the repository at this point in the history
prefox <-> prefix
  • Loading branch information
kratz00 committed Feb 29, 2016
1 parent a59a290 commit a813fee
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 @@ -10,10 +10,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 (libusb_USE_STATIC_LIBS AND NOT MSVC)
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 (libusb_USE_STATIC_LIBS AND NOT MSVC)

Expand Down

0 comments on commit a813fee

Please sign in to comment.