From 6595a8ed7a2bec94849d79db92b8ee01d900e3fa Mon Sep 17 00:00:00 2001 From: rex-schilasky <49162693+rex-schilasky@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:02:43 +0100 Subject: [PATCH] ecal ini synched with eclipse-ecal --- src/core/cfg/ecal.ini | 4 ++-- src/service/test/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/cfg/ecal.ini b/src/core/cfg/ecal.ini index f5a9a94..f474579 100644 --- a/src/core/cfg/ecal.ini +++ b/src/core/cfg/ecal.ini @@ -79,7 +79,7 @@ registration_refresh = 1000 ; -------------------------------------------------- ; TIME SETTINGS ; -------------------------------------------------- -; timesync_module_rt = "ecaltime-localtime" Time synchronisation interface name (dynamic library) +; timesync_module_rt = ecaltime-localtime Time synchronisation interface name (dynamic library) ; The name will be extended with platform suffix (32|64), debug suffix (d) and platform extension (.dll|.so) ; ; Available modules are: @@ -88,7 +88,7 @@ registration_refresh = 1000 ; (device configuration in ecaltime.ini) ; -------------------------------------------------- [time] -timesync_module_rt = "" +timesync_module_rt = ecaltime-localtime ; --------------------------------------------- ; PROCESS SETTINGS diff --git a/src/service/test/CMakeLists.txt b/src/service/test/CMakeLists.txt index 8e6e652..69d534b 100644 --- a/src/service/test/CMakeLists.txt +++ b/src/service/test/CMakeLists.txt @@ -36,7 +36,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14) ecal_install_gtest(${PROJECT_NAME}) -set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER testing/service) +set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER tests/service) source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${sources}