1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: fix linking against libwebsockets

This commit is contained in:
Steffen Vogel 2019-06-27 01:25:50 +02:00
parent 7a8b2b902d
commit 688b731e24

View file

@ -73,7 +73,7 @@ if(WITH_WEB)
)
list(APPEND INCLUDE_DIRS ${LIBWEBSOCKETS_INCLUDE_DIRS})
list(APPEND LIBRARIES PkgConfig::LIBWEBSOCKETS)
list(APPEND LIBRARIES PkgConfig::LIBWEBSOCKETS ${LIBWEBSOCKETS_LDFLAGS})
endif()
if(WITH_NODE_INFINIBAND)