mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
cmake: fix incorrect else syntax
This commit is contained in:
parent
e22ec26be4
commit
a491175f7d
@ -687,7 +687,7 @@ if (HIDAPI_FOUND)
|
|||||||
add_definitions(-DHAVE_HIDAPI)
|
add_definitions(-DHAVE_HIDAPI)
|
||||||
include_directories(${HIDAPI_INCLUDE_DIR})
|
include_directories(${HIDAPI_INCLUDE_DIR})
|
||||||
link_directories(${LIBHIDAPI_LIBRARY_DIRS})
|
link_directories(${LIBHIDAPI_LIBRARY_DIRS})
|
||||||
else (HIDAPI_FOUND)
|
else()
|
||||||
message(STATUS "Could not find HIDAPI")
|
message(STATUS "Could not find HIDAPI")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user