1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
libnl3 is not required by default.
This commit is contained in:
Steffen Vogel 2018-10-30 11:17:34 +01:00
parent 02cc68481f
commit f84ffe608e

View file

@ -32,7 +32,7 @@ if(LIBNL3_ROUTE_FOUND)
list(APPEND INCLUDE_DIRS LIBNL3_ROUTE_INCLUDE_DIRS)
endif()
if(LIBNL3_ROUTE_FOUND AND WITH_IO)
if(WITH_IO)
list(APPEND NODE_SRC
test_rtt.c
file.c