mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Detect missing HIDAPI in Cmake
This commit is contained in:
committed by
Lee *!* Clagett
parent
6a5b11d64a
commit
9e809e1d16
@@ -132,6 +132,11 @@ if ("${monero_UNBOUND_LIBRARIES}" STREQUAL "UNBOUND_LIBRARIES-NOTFOUND")
|
|||||||
unset(monero_UNBOUND_LIBRARIES)
|
unset(monero_UNBOUND_LIBRARIES)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if ("${monero_HIDAPI_LIBRARY}" STREQUAL "HIDAPI_LIBRARY-NOTFOUND")
|
||||||
|
unset(monero_HIDAPI_INCLUDE_DIR)
|
||||||
|
unset(monero_HIDAPI_LIBRARY)
|
||||||
|
endif()
|
||||||
|
|
||||||
#
|
#
|
||||||
# Dependencies specific to monero-lws
|
# Dependencies specific to monero-lws
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ RUN apt-get install --no-install-recommends -y \
|
|||||||
graphviz \
|
graphviz \
|
||||||
libboost-all-dev \
|
libboost-all-dev \
|
||||||
libexpat1-dev \
|
libexpat1-dev \
|
||||||
libhidapi-dev \
|
|
||||||
libldns-dev \
|
libldns-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libpgm-dev \
|
libpgm-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user