From 9ac4f61fba73be76d6c9736511897f0ca56154ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20H=C3=B6pfinger?= Date: Sat, 13 Jul 2024 09:39:21 +0200 Subject: [PATCH] Update ISOBUS TECU integration option in CMakeLists. - Update comment to specify ISOBUS ISO 11783 TECU integration. - Change option description to enable ISOBUS_TECU with cmake. --- src/modules/isobus_TECU/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/isobus_TECU/CMakeLists.txt b/src/modules/isobus_TECU/CMakeLists.txt index b93481a8..b29b9dfd 100644 --- a/src/modules/isobus_TECU/CMakeLists.txt +++ b/src/modules/isobus_TECU/CMakeLists.txt @@ -11,10 +11,10 @@ # *******************************************************************************/ ############################################################################# -# ISOBUS ISO 11783 integration. +# ISOBUS ISO 11783 TECU integration. ############################################################################# -# option to enable OPC UA with cmake +# option to enable ISOBUS_TECU with cmake forte_add_module(ISOBUS_TECU OFF "Enable ISOBUS_TECU communication layer") forte_add_include_directories(${CMAKE_CURRENT_SOURCE_DIR})