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:
parent
7a8b2b902d
commit
688b731e24
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue