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 detection of libwebsockets

This commit is contained in:
Steffen Vogel 2018-10-21 21:08:52 +01:00
parent 9fac2a983f
commit a219145349

View file

@ -80,7 +80,6 @@ endif()
# Check packages
find_package(PkgConfig REQUIRED)
find_package(Threads REQUIRED)
find_package(Libwebsockets 2.3.0 REQUIRED)
find_package(Mosquitto)
find_package(Opal)
find_package(IBVerbs)