File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ find_path(LIBUSB_INCLUDE_DIR
10
10
)
11
11
12
12
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" )
14
14
set (LIBUSB_LIB_SUFFIX ".a" CACHE INTERNAL "libusb library name suffix passed to find_library" )
15
15
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" )
17
17
set (LIBUSB_LIB_SUFFIX "" CACHE INTERNAL "libusb library name suffix passed to find_library" )
18
18
endif (libusb_USE_STATIC_LIBS AND NOT MSVC )
19
19
You can’t perform that action at this time.
0 commit comments