cmake: fix incorrect else syntax

pull/470/head
selsta 3 years ago
parent e22ec26be4
commit a491175f7d
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -687,7 +687,7 @@ if (HIDAPI_FOUND)
add_definitions(-DHAVE_HIDAPI)
include_directories(${HIDAPI_INCLUDE_DIR})
link_directories(${LIBHIDAPI_LIBRARY_DIRS})
else (HIDAPI_FOUND)
else()
message(STATUS "Could not find HIDAPI")
endif()

Loading…
Cancel
Save