From af09afb73435587009aaeba32c19fb7c7e8475f1 Mon Sep 17 00:00:00 2001 From: Simon Berger Date: Thu, 22 May 2025 10:14:39 +0200 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: Marc Kleine-Budde --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2b75c4..67cc962 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ if(ENABLE_BASIC_TOOLS) endif() if(ENABLE_IP_SERVER AND HAVE_FORK) - list(APPEND PROGRAMS bcmserver) + list(APPEND PROGRAMS bcmserver) list(APPEND PROGRAMS_CANLIB canlogserver) endif()