From a219145349c4cd17746a2a7875d4c6efada12786 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 21 Oct 2018 21:08:52 +0100 Subject: [PATCH] cmake: fix detection of libwebsockets --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2062797b4..b8a0a63b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)