From 416fd5d81fc9a986f089572d85a5b467b16ae3e3 Mon Sep 17 00:00:00 2001 From: technyon Date: Fri, 8 Apr 2022 19:38:03 +0200 Subject: [PATCH] cmake fix --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9977fca..61f8baa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,6 @@ file(GLOB SRCFILES lib/nuki_ble/src/NukiDataTypes.cpp lib/nuki_ble/src/NukiUtils.cpp lib/nuki_ble/src/BleScanner.cpp - include_directories(Lib/PubSubClient) lib/pubsubclient/src/PubSubClient.cpp )