From 7178120176dc5798561fffdd400ff35085e01073 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Tue, 8 Oct 2024 19:54:53 +0200 Subject: [PATCH] fix app router cmake (#799) Don't use return. a) this is an if else b) all apps below this would not be build --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49a83aa1..c9279c12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -904,7 +904,6 @@ if(BACNET_STACK_BUILD_APPS) find_library(LIBCONFIG_LIBRARIES NAMES config) if(NOT LIBCONFIG_LIBRARIES) message(WARNING "BACNET: Will not build apps/router as libconfig not found") - return() else() add_executable( router