mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-17 09:47:38 +00:00
Detect missing HIDAPI in Cmake
This commit is contained in:
parent
2a4a5c8f64
commit
25dcbc72e2
2 changed files with 5 additions and 1 deletions
|
@ -132,6 +132,11 @@ if ("${monero_UNBOUND_LIBRARIES}" STREQUAL "UNBOUND_LIBRARIES-NOTFOUND")
|
|||
unset(monero_UNBOUND_LIBRARIES)
|
||||
endif()
|
||||
|
||||
if ("${monero_HIDAPI_LIBRARY}" STREQUAL "HIDAPI_LIBRARY-NOTFOUND")
|
||||
unset(monero_HIDAPI_INCLUDE_DIR)
|
||||
unset(monero_HIDAPI_LIBRARY)
|
||||
endif()
|
||||
|
||||
#
|
||||
# Dependencies specific to monero-lws
|
||||
#
|
||||
|
|
|
@ -23,7 +23,6 @@ RUN apt-get install --no-install-recommends -y \
|
|||
graphviz \
|
||||
libboost-all-dev \
|
||||
libexpat1-dev \
|
||||
libhidapi-dev \
|
||||
libldns-dev \
|
||||
liblzma-dev \
|
||||
libpgm-dev \
|
||||
|
|
Loading…
Reference in a new issue