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}