Update CMakeLists.txt

Co-authored-by: Marc Kleine-Budde <mkl@blackshift.org>
pull/596/head
Simon Berger 2025-05-22 10:14:39 +02:00 committed by GitHub
parent 69efecc428
commit af09afb734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ if(ENABLE_BASIC_TOOLS)
endif() endif()
if(ENABLE_IP_SERVER AND HAVE_FORK) if(ENABLE_IP_SERVER AND HAVE_FORK)
list(APPEND PROGRAMS bcmserver) list(APPEND PROGRAMS bcmserver)
list(APPEND PROGRAMS_CANLIB canlogserver) list(APPEND PROGRAMS_CANLIB canlogserver)
endif() endif()