1
0
mirror of https://github.com/Benjamin-Dobell/Heimdall.git synced 2024-05-13 12:29:10 +00:00

- fixed typos

prefox <-> prefix
This commit is contained in:
Steffen Pankratz 2016-02-29 18:37:21 +01:00
parent a59a290e23
commit a813fee3a0

View File

@ -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)