Skip to content

Commit a813fee

Browse files
committedFeb 29, 2016
- fixed typos
prefox <-> prefix
1 parent a59a290 commit a813fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cmake/Findlibusb.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ find_path(LIBUSB_INCLUDE_DIR
1010
)
1111

1212
if (libusb_USE_STATIC_LIBS AND NOT MSVC)
13-
set (LIBUSB_LIB_PREFIX "lib" CACHE INTERNAL "libusb library name prefox passed to find_library")
13+
set (LIBUSB_LIB_PREFIX "lib" CACHE INTERNAL "libusb library name prefix passed to find_library")
1414
set (LIBUSB_LIB_SUFFIX ".a" CACHE INTERNAL "libusb library name suffix passed to find_library")
1515
else (libusb_USE_STATIC_LIBS AND NOT MSVC)
16-
set (LIBUSB_LIB_PREFIX "" CACHE INTERNAL "libusb library name prefox passed to find_library")
16+
set (LIBUSB_LIB_PREFIX "" CACHE INTERNAL "libusb library name prefix passed to find_library")
1717
set (LIBUSB_LIB_SUFFIX "" CACHE INTERNAL "libusb library name suffix passed to find_library")
1818
endif (libusb_USE_STATIC_LIBS AND NOT MSVC)
1919

0 commit comments

Comments
 (0)
Please sign in to comment.