From a738dd6009891f3444e215a7f3de8527bbb90767 Mon Sep 17 00:00:00 2001 From: DownerCase Date: Fri, 7 Feb 2025 11:30:23 +0000 Subject: [PATCH] Remove usage from repo --- conanfile.py | 3 +-- doc/rst/configuration/src/hello_config/CMakeLists.txt | 3 +-- doc/rst/configuration/src/publisher_config/CMakeLists.txt | 3 +-- .../src/hello_world/hello_world_rec/CMakeLists.txt | 1 - .../src/hello_world/hello_world_snd/CMakeLists.txt | 1 - .../src/hello_world_protobuf/protobuf_rec/CMakeLists.txt | 1 - .../src/hello_world_protobuf/protobuf_snd/CMakeLists.txt | 1 - ecal/samples/cpp/benchmarks/counter_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/counter_snd/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/datarate_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/datarate_snd/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/dynsize_snd/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/latency_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/latency_snd/CMakeLists.txt | 2 -- .../cpp/benchmarks/many_connections_rec/CMakeLists.txt | 2 -- .../cpp/benchmarks/many_connections_snd/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/massive_pub_sub/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/multiple_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/multiple_snd/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/performance_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/performance_snd/CMakeLists.txt | 2 -- ecal/samples/cpp/benchmarks/perftool/CMakeLists.txt | 1 - ecal/samples/cpp/benchmarks/pubsub_throughput/CMakeLists.txt | 2 -- ecal/samples/cpp/misc/config/CMakeLists.txt | 2 -- ecal/samples/cpp/misc/process/CMakeLists.txt | 2 -- ecal/samples/cpp/misc/time/CMakeLists.txt | 2 -- ecal/samples/cpp/misc/timer/CMakeLists.txt | 2 -- .../cpp/monitoring/monitoring_get_services/CMakeLists.txt | 2 -- .../cpp/monitoring/monitoring_get_topics/CMakeLists.txt | 2 -- .../cpp/monitoring/monitoring_performance/CMakeLists.txt | 2 -- ecal/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/orchestration/component1/CMakeLists.txt | 2 -- ecal/samples/cpp/orchestration/component2/CMakeLists.txt | 2 -- ecal/samples/cpp/orchestration/orchestrator/CMakeLists.txt | 2 -- ecal/samples/cpp/pubsub/binary/binary_rec/CMakeLists.txt | 2 -- ecal/samples/cpp/pubsub/binary/binary_snd/CMakeLists.txt | 2 -- .../cpp/pubsub/binary/binary_zero_copy_rec/CMakeLists.txt | 1 - .../cpp/pubsub/binary/binary_zero_copy_snd/CMakeLists.txt | 1 - ecal/samples/cpp/pubsub/binary/ping/CMakeLists.txt | 2 -- ecal/samples/cpp/pubsub/binary/pong/CMakeLists.txt | 2 -- ecal/samples/cpp/services/latency_client/CMakeLists.txt | 2 -- ecal/samples/cpp/services/latency_server/CMakeLists.txt | 2 -- ecal/samples/cpp/services/minimal_client/CMakeLists.txt | 2 -- ecal/samples/cpp/services/minimal_server/CMakeLists.txt | 2 -- lang/c/samples/pubsub/string/minimal_rec/CMakeLists.txt | 1 - lang/c/samples/pubsub/string/minimal_rec_cb/CMakeLists.txt | 1 - lang/c/samples/pubsub/string/minimal_snd/CMakeLists.txt | 1 - lang/c/samples/services/minimal_client_c/CMakeLists.txt | 1 - lang/c/samples/services/minimal_server_c/CMakeLists.txt | 1 - samples/cpp/measurement/benchmark/CMakeLists.txt | 2 -- samples/cpp/measurement/measurement_read/CMakeLists.txt | 2 -- samples/cpp/measurement/measurement_write/CMakeLists.txt | 2 -- samples/cpp/services/ecalplayer_client/CMakeLists.txt | 2 -- samples/cpp/services/ecalplayer_gui_client/CMakeLists.txt | 1 - samples/cpp/services/ecalsys_client/CMakeLists.txt | 2 -- samples/cpp/services/rec_client_service_cli/CMakeLists.txt | 2 -- samples/cpp/services/rec_client_service_gui/CMakeLists.txt | 1 - samples/cpp/services/rec_server_service_gui/CMakeLists.txt | 1 - .../capnproto/samples/pubsub/addressbook_rec/CMakeLists.txt | 2 -- .../samples/pubsub/addressbook_rec_dynamic/CMakeLists.txt | 2 -- .../capnproto/samples/pubsub/addressbook_snd/CMakeLists.txt | 2 -- .../flatbuffers/samples/pubsub/monster_rec/CMakeLists.txt | 4 +--- .../flatbuffers/samples/pubsub/monster_snd/CMakeLists.txt | 4 +--- .../protobuf/samples/pubsub/person_events_rec/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/person_events_snd/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/person_loopback/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/person_rec/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/person_snd/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/person_snd_tcp/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/person_snd_udp/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/proto_dyn_json_rec/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/proto_dyn_rec/CMakeLists.txt | 2 -- .../protobuf/samples/pubsub/proto_dyn_snd/CMakeLists.txt | 2 -- .../protobuf/samples/services/math_client/CMakeLists.txt | 2 -- .../protobuf/samples/services/math_server/CMakeLists.txt | 2 -- .../protobuf/samples/services/ping_client/CMakeLists.txt | 2 -- .../protobuf/samples/services/ping_client_dyn/CMakeLists.txt | 2 -- .../protobuf/samples/services/ping_server/CMakeLists.txt | 2 -- .../string/samples/pubsub/minimal_rec/CMakeLists.txt | 2 -- .../string/samples/pubsub/minimal_snd/CMakeLists.txt | 2 -- 80 files changed, 5 insertions(+), 147 deletions(-) diff --git a/conanfile.py b/conanfile.py index ec9754cca8..e0584304f6 100644 --- a/conanfile.py +++ b/conanfile.py @@ -46,7 +46,6 @@ def generate(self): tc.variables["ECAL_THIRDPARTY_BUILD_HDF5"] = "OFF" tc.variables["ECAL_THIRDPARTY_BUILD_TINYXML2"] = "OFF" tc.variables["ECAL_BUILD_DOCS"] = "ON" - tc.variables["CMAKE_FIND_PACKAGE_PREFER_CONFIG"] = "ON" if self.settings.os == "Windows": tc.variables["Protobuf_PROTOC_EXECUTABLE"] = os.path.join(self.deps_cpp_info["protobuf"].rootpath, "bin", "protoc.exe").replace('\\', '/') else: @@ -54,4 +53,4 @@ def generate(self): tc.generate() - \ No newline at end of file + diff --git a/doc/rst/configuration/src/hello_config/CMakeLists.txt b/doc/rst/configuration/src/hello_config/CMakeLists.txt index dd21b4264e..a6ab620941 100644 --- a/doc/rst/configuration/src/hello_config/CMakeLists.txt +++ b/doc/rst/configuration/src/hello_config/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(hello_config) @@ -16,4 +15,4 @@ add_executable(${PROJECT_NAME} ${source_files}) target_link_libraries(${PROJECT_NAME} eCAL::core -) \ No newline at end of file +) diff --git a/doc/rst/configuration/src/publisher_config/CMakeLists.txt b/doc/rst/configuration/src/publisher_config/CMakeLists.txt index 53f8f8fc47..aef2f64bc6 100644 --- a/doc/rst/configuration/src/publisher_config/CMakeLists.txt +++ b/doc/rst/configuration/src/publisher_config/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(publisher_config) @@ -16,4 +15,4 @@ add_executable(${PROJECT_NAME} ${source_files}) target_link_libraries(${PROJECT_NAME} eCAL::core -) \ No newline at end of file +) diff --git a/doc/rst/getting_started/src/hello_world/hello_world_rec/CMakeLists.txt b/doc/rst/getting_started/src/hello_world/hello_world_rec/CMakeLists.txt index 656ba7ae64..51188e9e37 100644 --- a/doc/rst/getting_started/src/hello_world/hello_world_rec/CMakeLists.txt +++ b/doc/rst/getting_started/src/hello_world/hello_world_rec/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(hello_world_rec) diff --git a/doc/rst/getting_started/src/hello_world/hello_world_snd/CMakeLists.txt b/doc/rst/getting_started/src/hello_world/hello_world_snd/CMakeLists.txt index 9cac2f780d..b26f944153 100644 --- a/doc/rst/getting_started/src/hello_world/hello_world_snd/CMakeLists.txt +++ b/doc/rst/getting_started/src/hello_world/hello_world_snd/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(hello_world_snd) diff --git a/doc/rst/getting_started/src/hello_world_protobuf/protobuf_rec/CMakeLists.txt b/doc/rst/getting_started/src/hello_world_protobuf/protobuf_rec/CMakeLists.txt index d69d94ef72..64dfffde5b 100644 --- a/doc/rst/getting_started/src/hello_world_protobuf/protobuf_rec/CMakeLists.txt +++ b/doc/rst/getting_started/src/hello_world_protobuf/protobuf_rec/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(protobuf_rec) diff --git a/doc/rst/getting_started/src/hello_world_protobuf/protobuf_snd/CMakeLists.txt b/doc/rst/getting_started/src/hello_world_protobuf/protobuf_snd/CMakeLists.txt index 19b7fe2f27..a9796f05d5 100644 --- a/doc/rst/getting_started/src/hello_world_protobuf/protobuf_snd/CMakeLists.txt +++ b/doc/rst/getting_started/src/hello_world_protobuf/protobuf_snd/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(protobuf_snd) diff --git a/ecal/samples/cpp/benchmarks/counter_rec/CMakeLists.txt b/ecal/samples/cpp/benchmarks/counter_rec/CMakeLists.txt index 0e118069de..392bb2b5e8 100644 --- a/ecal/samples/cpp/benchmarks/counter_rec/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/counter_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(counter_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/counter_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/counter_snd/CMakeLists.txt index e4446c3483..e6a7cf94f1 100644 --- a/ecal/samples/cpp/benchmarks/counter_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/counter_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(counter_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/datarate_rec/CMakeLists.txt b/ecal/samples/cpp/benchmarks/datarate_rec/CMakeLists.txt index 319139b90d..71e969bc2c 100644 --- a/ecal/samples/cpp/benchmarks/datarate_rec/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/datarate_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(datarate_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/datarate_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/datarate_snd/CMakeLists.txt index 22eada7d11..bf0cfd2994 100644 --- a/ecal/samples/cpp/benchmarks/datarate_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/datarate_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(datarate_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/dynsize_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/dynsize_snd/CMakeLists.txt index 4d7b1c6824..3f86ae5cf0 100644 --- a/ecal/samples/cpp/benchmarks/dynsize_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/dynsize_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(dynsize_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/latency_rec/CMakeLists.txt b/ecal/samples/cpp/benchmarks/latency_rec/CMakeLists.txt index d8e6eae807..deab486efa 100644 --- a/ecal/samples/cpp/benchmarks/latency_rec/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/latency_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(latency_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/latency_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/latency_snd/CMakeLists.txt index bf8ea51108..dfb2552228 100644 --- a/ecal/samples/cpp/benchmarks/latency_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/latency_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(latency_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/many_connections_rec/CMakeLists.txt b/ecal/samples/cpp/benchmarks/many_connections_rec/CMakeLists.txt index f4fe9fe877..54658cf7f9 100644 --- a/ecal/samples/cpp/benchmarks/many_connections_rec/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/many_connections_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(many_connections_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/many_connections_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/many_connections_snd/CMakeLists.txt index e6c3edaa05..d8a893e8da 100644 --- a/ecal/samples/cpp/benchmarks/many_connections_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/many_connections_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(many_connections_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/massive_pub_sub/CMakeLists.txt b/ecal/samples/cpp/benchmarks/massive_pub_sub/CMakeLists.txt index b35ba98baf..a6d1837aac 100644 --- a/ecal/samples/cpp/benchmarks/massive_pub_sub/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/massive_pub_sub/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(massive_pub_sub) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/multiple_rec/CMakeLists.txt b/ecal/samples/cpp/benchmarks/multiple_rec/CMakeLists.txt index 53425f310f..ba8e622f2f 100644 --- a/ecal/samples/cpp/benchmarks/multiple_rec/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/multiple_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(multiple_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/multiple_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/multiple_snd/CMakeLists.txt index b6016a89ce..2c6ac85148 100644 --- a/ecal/samples/cpp/benchmarks/multiple_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/multiple_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(multiple_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/performance_rec/CMakeLists.txt b/ecal/samples/cpp/benchmarks/performance_rec/CMakeLists.txt index b2d03533a4..0798fdeafe 100644 --- a/ecal/samples/cpp/benchmarks/performance_rec/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/performance_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(performance_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/performance_snd/CMakeLists.txt b/ecal/samples/cpp/benchmarks/performance_snd/CMakeLists.txt index 89981f78ad..a028896968 100644 --- a/ecal/samples/cpp/benchmarks/performance_snd/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/performance_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(performance_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/benchmarks/perftool/CMakeLists.txt b/ecal/samples/cpp/benchmarks/perftool/CMakeLists.txt index dfff413e26..c874aefd0c 100644 --- a/ecal/samples/cpp/benchmarks/perftool/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/perftool/CMakeLists.txt @@ -17,7 +17,6 @@ # ========================= eCAL LICENSE ================================= cmake_minimum_required(VERSION 3.13) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(perftool) diff --git a/ecal/samples/cpp/benchmarks/pubsub_throughput/CMakeLists.txt b/ecal/samples/cpp/benchmarks/pubsub_throughput/CMakeLists.txt index 99d0d0e7bd..eb691ff851 100644 --- a/ecal/samples/cpp/benchmarks/pubsub_throughput/CMakeLists.txt +++ b/ecal/samples/cpp/benchmarks/pubsub_throughput/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(pubsub_throughput) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/misc/config/CMakeLists.txt b/ecal/samples/cpp/misc/config/CMakeLists.txt index 802599e326..193fd91b88 100644 --- a/ecal/samples/cpp/misc/config/CMakeLists.txt +++ b/ecal/samples/cpp/misc/config/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(config_sample) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/misc/process/CMakeLists.txt b/ecal/samples/cpp/misc/process/CMakeLists.txt index e419b3942f..6ce8c148cd 100644 --- a/ecal/samples/cpp/misc/process/CMakeLists.txt +++ b/ecal/samples/cpp/misc/process/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(process) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/misc/time/CMakeLists.txt b/ecal/samples/cpp/misc/time/CMakeLists.txt index 22e5dca69a..42d61ffa92 100644 --- a/ecal/samples/cpp/misc/time/CMakeLists.txt +++ b/ecal/samples/cpp/misc/time/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(time) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/misc/timer/CMakeLists.txt b/ecal/samples/cpp/misc/timer/CMakeLists.txt index 7f13b045a9..4d5670a819 100644 --- a/ecal/samples/cpp/misc/timer/CMakeLists.txt +++ b/ecal/samples/cpp/misc/timer/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(timer) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/monitoring/monitoring_get_services/CMakeLists.txt b/ecal/samples/cpp/monitoring/monitoring_get_services/CMakeLists.txt index cf62888001..a21d8e15fb 100644 --- a/ecal/samples/cpp/monitoring/monitoring_get_services/CMakeLists.txt +++ b/ecal/samples/cpp/monitoring/monitoring_get_services/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(monitoring_get_services) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/monitoring/monitoring_get_topics/CMakeLists.txt b/ecal/samples/cpp/monitoring/monitoring_get_topics/CMakeLists.txt index 9854c5fe7f..cf10bb2182 100644 --- a/ecal/samples/cpp/monitoring/monitoring_get_topics/CMakeLists.txt +++ b/ecal/samples/cpp/monitoring/monitoring_get_topics/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(monitoring_get_topics) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/monitoring/monitoring_performance/CMakeLists.txt b/ecal/samples/cpp/monitoring/monitoring_performance/CMakeLists.txt index c619eab0dd..886a7003cc 100644 --- a/ecal/samples/cpp/monitoring/monitoring_performance/CMakeLists.txt +++ b/ecal/samples/cpp/monitoring/monitoring_performance/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(monitoring_performance) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt b/ecal/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt index a301b29962..97efa0272c 100644 --- a/ecal/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt +++ b/ecal/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(monitoring_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/orchestration/component1/CMakeLists.txt b/ecal/samples/cpp/orchestration/component1/CMakeLists.txt index b78eb9b23c..31c184b30e 100644 --- a/ecal/samples/cpp/orchestration/component1/CMakeLists.txt +++ b/ecal/samples/cpp/orchestration/component1/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(component1) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/orchestration/component2/CMakeLists.txt b/ecal/samples/cpp/orchestration/component2/CMakeLists.txt index ba464129fa..874de6dc9b 100644 --- a/ecal/samples/cpp/orchestration/component2/CMakeLists.txt +++ b/ecal/samples/cpp/orchestration/component2/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(component2) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/orchestration/orchestrator/CMakeLists.txt b/ecal/samples/cpp/orchestration/orchestrator/CMakeLists.txt index 576150f4cf..15b4536939 100644 --- a/ecal/samples/cpp/orchestration/orchestrator/CMakeLists.txt +++ b/ecal/samples/cpp/orchestration/orchestrator/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(orchestrator) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/pubsub/binary/binary_rec/CMakeLists.txt b/ecal/samples/cpp/pubsub/binary/binary_rec/CMakeLists.txt index 64a409bd90..9a4cc1f321 100644 --- a/ecal/samples/cpp/pubsub/binary/binary_rec/CMakeLists.txt +++ b/ecal/samples/cpp/pubsub/binary/binary_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(binary_rec) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/pubsub/binary/binary_snd/CMakeLists.txt b/ecal/samples/cpp/pubsub/binary/binary_snd/CMakeLists.txt index 99b3072b84..9740e72d52 100644 --- a/ecal/samples/cpp/pubsub/binary/binary_snd/CMakeLists.txt +++ b/ecal/samples/cpp/pubsub/binary/binary_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(binary_snd) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/pubsub/binary/binary_zero_copy_rec/CMakeLists.txt b/ecal/samples/cpp/pubsub/binary/binary_zero_copy_rec/CMakeLists.txt index 07aeab409e..55bdfcbb5a 100644 --- a/ecal/samples/cpp/pubsub/binary/binary_zero_copy_rec/CMakeLists.txt +++ b/ecal/samples/cpp/pubsub/binary/binary_zero_copy_rec/CMakeLists.txt @@ -21,7 +21,6 @@ cmake_minimum_required(VERSION 3.10) project(binary_zero_copy_rec) # set project properties -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) set(binary_zero_copy_rec_src src/binary_zero_copy_rec.cpp) # find packages diff --git a/ecal/samples/cpp/pubsub/binary/binary_zero_copy_snd/CMakeLists.txt b/ecal/samples/cpp/pubsub/binary/binary_zero_copy_snd/CMakeLists.txt index cd7dd2fa93..592be17012 100644 --- a/ecal/samples/cpp/pubsub/binary/binary_zero_copy_snd/CMakeLists.txt +++ b/ecal/samples/cpp/pubsub/binary/binary_zero_copy_snd/CMakeLists.txt @@ -21,7 +21,6 @@ cmake_minimum_required(VERSION 3.10) project(binary_zero_copy_snd) # set project properties -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) set(binary_zero_copy_snd_src src/binary_zero_copy_snd.cpp) # find packages diff --git a/ecal/samples/cpp/pubsub/binary/ping/CMakeLists.txt b/ecal/samples/cpp/pubsub/binary/ping/CMakeLists.txt index 78d97632e5..c7bb598e90 100644 --- a/ecal/samples/cpp/pubsub/binary/ping/CMakeLists.txt +++ b/ecal/samples/cpp/pubsub/binary/ping/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(ping) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/pubsub/binary/pong/CMakeLists.txt b/ecal/samples/cpp/pubsub/binary/pong/CMakeLists.txt index 7f7ccc8a58..2c2be68e7a 100644 --- a/ecal/samples/cpp/pubsub/binary/pong/CMakeLists.txt +++ b/ecal/samples/cpp/pubsub/binary/pong/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(pong) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/services/latency_client/CMakeLists.txt b/ecal/samples/cpp/services/latency_client/CMakeLists.txt index 8d59e3b7e0..8302383e5f 100644 --- a/ecal/samples/cpp/services/latency_client/CMakeLists.txt +++ b/ecal/samples/cpp/services/latency_client/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(latency_client) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/services/latency_server/CMakeLists.txt b/ecal/samples/cpp/services/latency_server/CMakeLists.txt index b79347c456..ea14c7d92c 100644 --- a/ecal/samples/cpp/services/latency_server/CMakeLists.txt +++ b/ecal/samples/cpp/services/latency_server/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(latency_server) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/services/minimal_client/CMakeLists.txt b/ecal/samples/cpp/services/minimal_client/CMakeLists.txt index c5e0e615c1..3f5c981683 100644 --- a/ecal/samples/cpp/services/minimal_client/CMakeLists.txt +++ b/ecal/samples/cpp/services/minimal_client/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(minimal_client) find_package(eCAL REQUIRED) diff --git a/ecal/samples/cpp/services/minimal_server/CMakeLists.txt b/ecal/samples/cpp/services/minimal_server/CMakeLists.txt index 6d0386ad5d..919e483484 100644 --- a/ecal/samples/cpp/services/minimal_server/CMakeLists.txt +++ b/ecal/samples/cpp/services/minimal_server/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(minimal_server) find_package(eCAL REQUIRED) diff --git a/lang/c/samples/pubsub/string/minimal_rec/CMakeLists.txt b/lang/c/samples/pubsub/string/minimal_rec/CMakeLists.txt index 3159add569..2e314b3900 100644 --- a/lang/c/samples/pubsub/string/minimal_rec/CMakeLists.txt +++ b/lang/c/samples/pubsub/string/minimal_rec/CMakeLists.txt @@ -18,7 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(minimal_rec_c) diff --git a/lang/c/samples/pubsub/string/minimal_rec_cb/CMakeLists.txt b/lang/c/samples/pubsub/string/minimal_rec_cb/CMakeLists.txt index ba7082db9e..7863fad9dc 100644 --- a/lang/c/samples/pubsub/string/minimal_rec_cb/CMakeLists.txt +++ b/lang/c/samples/pubsub/string/minimal_rec_cb/CMakeLists.txt @@ -18,7 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(minimal_rec_cb_c) diff --git a/lang/c/samples/pubsub/string/minimal_snd/CMakeLists.txt b/lang/c/samples/pubsub/string/minimal_snd/CMakeLists.txt index 9400209bfd..f45a26bf0e 100644 --- a/lang/c/samples/pubsub/string/minimal_snd/CMakeLists.txt +++ b/lang/c/samples/pubsub/string/minimal_snd/CMakeLists.txt @@ -18,7 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(minimal_snd_c) diff --git a/lang/c/samples/services/minimal_client_c/CMakeLists.txt b/lang/c/samples/services/minimal_client_c/CMakeLists.txt index f3c8fecc09..168c74980b 100644 --- a/lang/c/samples/services/minimal_client_c/CMakeLists.txt +++ b/lang/c/samples/services/minimal_client_c/CMakeLists.txt @@ -18,7 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(minimal_client_c) diff --git a/lang/c/samples/services/minimal_server_c/CMakeLists.txt b/lang/c/samples/services/minimal_server_c/CMakeLists.txt index 92a255dc53..01ce6c191e 100644 --- a/lang/c/samples/services/minimal_server_c/CMakeLists.txt +++ b/lang/c/samples/services/minimal_server_c/CMakeLists.txt @@ -18,7 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(minimal_server_c) diff --git a/samples/cpp/measurement/benchmark/CMakeLists.txt b/samples/cpp/measurement/benchmark/CMakeLists.txt index 4d0d292ae7..d235eceb79 100644 --- a/samples/cpp/measurement/benchmark/CMakeLists.txt +++ b/samples/cpp/measurement/benchmark/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(benchmark_hdf5) find_package(eCAL REQUIRED) diff --git a/samples/cpp/measurement/measurement_read/CMakeLists.txt b/samples/cpp/measurement/measurement_read/CMakeLists.txt index d0ad255001..cbecd3d1ae 100644 --- a/samples/cpp/measurement/measurement_read/CMakeLists.txt +++ b/samples/cpp/measurement/measurement_read/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(measurement_read) find_package(eCAL REQUIRED) diff --git a/samples/cpp/measurement/measurement_write/CMakeLists.txt b/samples/cpp/measurement/measurement_write/CMakeLists.txt index 675c32be50..fe62f8d32b 100644 --- a/samples/cpp/measurement/measurement_write/CMakeLists.txt +++ b/samples/cpp/measurement/measurement_write/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(measurement_write) find_package(eCAL REQUIRED) diff --git a/samples/cpp/services/ecalplayer_client/CMakeLists.txt b/samples/cpp/services/ecalplayer_client/CMakeLists.txt index 67db075362..5d6064e0e7 100644 --- a/samples/cpp/services/ecalplayer_client/CMakeLists.txt +++ b/samples/cpp/services/ecalplayer_client/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(ecalplayer_client) find_package(eCAL REQUIRED) diff --git a/samples/cpp/services/ecalplayer_gui_client/CMakeLists.txt b/samples/cpp/services/ecalplayer_gui_client/CMakeLists.txt index 8e4ad7aea4..80c625e79f 100644 --- a/samples/cpp/services/ecalplayer_gui_client/CMakeLists.txt +++ b/samples/cpp/services/ecalplayer_gui_client/CMakeLists.txt @@ -23,7 +23,6 @@ if(POLICY CMP0087) cmake_policy(SET CMP0087 NEW) endif() -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(ecalplayer_gui_client) diff --git a/samples/cpp/services/ecalsys_client/CMakeLists.txt b/samples/cpp/services/ecalsys_client/CMakeLists.txt index 3c4bd1bcc9..138381dadd 100644 --- a/samples/cpp/services/ecalsys_client/CMakeLists.txt +++ b/samples/cpp/services/ecalsys_client/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(ecalsys_client) find_package(eCAL REQUIRED) diff --git a/samples/cpp/services/rec_client_service_cli/CMakeLists.txt b/samples/cpp/services/rec_client_service_cli/CMakeLists.txt index 0e54bf2582..986b6e7723 100644 --- a/samples/cpp/services/rec_client_service_cli/CMakeLists.txt +++ b/samples/cpp/services/rec_client_service_cli/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(rec_client_service_cli) find_package(eCAL REQUIRED) diff --git a/samples/cpp/services/rec_client_service_gui/CMakeLists.txt b/samples/cpp/services/rec_client_service_gui/CMakeLists.txt index a295cee686..856bbe1862 100644 --- a/samples/cpp/services/rec_client_service_gui/CMakeLists.txt +++ b/samples/cpp/services/rec_client_service_gui/CMakeLists.txt @@ -23,7 +23,6 @@ if(POLICY CMP0087) cmake_policy(SET CMP0087 NEW) endif() -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(rec_client_service_gui) diff --git a/samples/cpp/services/rec_server_service_gui/CMakeLists.txt b/samples/cpp/services/rec_server_service_gui/CMakeLists.txt index 033f1be4fa..6f1a1a686b 100644 --- a/samples/cpp/services/rec_server_service_gui/CMakeLists.txt +++ b/samples/cpp/services/rec_server_service_gui/CMakeLists.txt @@ -23,7 +23,6 @@ if(POLICY CMP0087) cmake_policy(SET CMP0087 NEW) endif() -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) project(rec_server_service_gui) diff --git a/serialization/capnproto/samples/pubsub/addressbook_rec/CMakeLists.txt b/serialization/capnproto/samples/pubsub/addressbook_rec/CMakeLists.txt index aef80eb2c4..8e508e366e 100644 --- a/serialization/capnproto/samples/pubsub/addressbook_rec/CMakeLists.txt +++ b/serialization/capnproto/samples/pubsub/addressbook_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(addressbook_rec) find_package(CapnProto REQUIRED) diff --git a/serialization/capnproto/samples/pubsub/addressbook_rec_dynamic/CMakeLists.txt b/serialization/capnproto/samples/pubsub/addressbook_rec_dynamic/CMakeLists.txt index 584a17b2c9..0709ca1d70 100644 --- a/serialization/capnproto/samples/pubsub/addressbook_rec_dynamic/CMakeLists.txt +++ b/serialization/capnproto/samples/pubsub/addressbook_rec_dynamic/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(addressbook_rec_dynamic) find_package(CapnProto REQUIRED) diff --git a/serialization/capnproto/samples/pubsub/addressbook_snd/CMakeLists.txt b/serialization/capnproto/samples/pubsub/addressbook_snd/CMakeLists.txt index ffef1957f1..01c81c0fa4 100644 --- a/serialization/capnproto/samples/pubsub/addressbook_snd/CMakeLists.txt +++ b/serialization/capnproto/samples/pubsub/addressbook_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(addressbook_snd) find_package(CapnProto REQUIRED) diff --git a/serialization/flatbuffers/samples/pubsub/monster_rec/CMakeLists.txt b/serialization/flatbuffers/samples/pubsub/monster_rec/CMakeLists.txt index 56850eeced..fb46946d7d 100644 --- a/serialization/flatbuffers/samples/pubsub/monster_rec/CMakeLists.txt +++ b/serialization/flatbuffers/samples/pubsub/monster_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(monster_rec) find_package(FlatBuffers REQUIRED) @@ -44,4 +42,4 @@ target_link_libraries(${PROJECT_NAME} ecal_install_sample(${PROJECT_NAME}) -set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/flatbuffers) \ No newline at end of file +set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/flatbuffers) diff --git a/serialization/flatbuffers/samples/pubsub/monster_snd/CMakeLists.txt b/serialization/flatbuffers/samples/pubsub/monster_snd/CMakeLists.txt index 4e29a8fe00..0718a4c3ce 100644 --- a/serialization/flatbuffers/samples/pubsub/monster_snd/CMakeLists.txt +++ b/serialization/flatbuffers/samples/pubsub/monster_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(monster_snd) find_package(FlatBuffers REQUIRED) @@ -44,4 +42,4 @@ target_link_libraries(${PROJECT_NAME} ecal_install_sample(${PROJECT_NAME}) -set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/flatbuffers) \ No newline at end of file +set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/flatbuffers) diff --git a/serialization/protobuf/samples/pubsub/person_events_rec/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_events_rec/CMakeLists.txt index f22f8a7037..2933843bea 100644 --- a/serialization/protobuf/samples/pubsub/person_events_rec/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_events_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_events_rec) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/person_events_snd/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_events_snd/CMakeLists.txt index 1dd92b4366..3a0c794f15 100644 --- a/serialization/protobuf/samples/pubsub/person_events_snd/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_events_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_events_snd) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/person_loopback/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_loopback/CMakeLists.txt index b921e5be26..2f5d5d4c6e 100644 --- a/serialization/protobuf/samples/pubsub/person_loopback/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_loopback/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_loopback) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/person_rec/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_rec/CMakeLists.txt index 082a2d9a8a..19eb1bdebc 100644 --- a/serialization/protobuf/samples/pubsub/person_rec/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_rec) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/person_snd/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_snd/CMakeLists.txt index ff5259ea7d..12e77d6b18 100644 --- a/serialization/protobuf/samples/pubsub/person_snd/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_snd) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/person_snd_tcp/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_snd_tcp/CMakeLists.txt index 201692358e..af05b282ed 100644 --- a/serialization/protobuf/samples/pubsub/person_snd_tcp/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_snd_tcp/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_snd_tcp) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/person_snd_udp/CMakeLists.txt b/serialization/protobuf/samples/pubsub/person_snd_udp/CMakeLists.txt index 46e03a9d00..9c8c544322 100644 --- a/serialization/protobuf/samples/pubsub/person_snd_udp/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/person_snd_udp/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(person_snd_udp) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/proto_dyn_json_rec/CMakeLists.txt b/serialization/protobuf/samples/pubsub/proto_dyn_json_rec/CMakeLists.txt index 82b0e6b829..748f78571c 100644 --- a/serialization/protobuf/samples/pubsub/proto_dyn_json_rec/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/proto_dyn_json_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(proto_dyn_json_rec) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/proto_dyn_rec/CMakeLists.txt b/serialization/protobuf/samples/pubsub/proto_dyn_rec/CMakeLists.txt index efc48cb4d9..b1a6bf4e16 100644 --- a/serialization/protobuf/samples/pubsub/proto_dyn_rec/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/proto_dyn_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(proto_dyn_rec) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/pubsub/proto_dyn_snd/CMakeLists.txt b/serialization/protobuf/samples/pubsub/proto_dyn_snd/CMakeLists.txt index 07312c629e..92c0a73a2a 100644 --- a/serialization/protobuf/samples/pubsub/proto_dyn_snd/CMakeLists.txt +++ b/serialization/protobuf/samples/pubsub/proto_dyn_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(proto_dyn_snd) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/services/math_client/CMakeLists.txt b/serialization/protobuf/samples/services/math_client/CMakeLists.txt index 25572d9f8d..53719e2b79 100644 --- a/serialization/protobuf/samples/services/math_client/CMakeLists.txt +++ b/serialization/protobuf/samples/services/math_client/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(math_client) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/services/math_server/CMakeLists.txt b/serialization/protobuf/samples/services/math_server/CMakeLists.txt index dbc00d1782..af877ae373 100644 --- a/serialization/protobuf/samples/services/math_server/CMakeLists.txt +++ b/serialization/protobuf/samples/services/math_server/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(math_server) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/services/ping_client/CMakeLists.txt b/serialization/protobuf/samples/services/ping_client/CMakeLists.txt index 1c8c0f6ad6..03310a002a 100644 --- a/serialization/protobuf/samples/services/ping_client/CMakeLists.txt +++ b/serialization/protobuf/samples/services/ping_client/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(ping_client) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/services/ping_client_dyn/CMakeLists.txt b/serialization/protobuf/samples/services/ping_client_dyn/CMakeLists.txt index 36a59f1ff8..384a9ad2c0 100644 --- a/serialization/protobuf/samples/services/ping_client_dyn/CMakeLists.txt +++ b/serialization/protobuf/samples/services/ping_client_dyn/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(ping_client_dyn) find_package(eCAL REQUIRED) diff --git a/serialization/protobuf/samples/services/ping_server/CMakeLists.txt b/serialization/protobuf/samples/services/ping_server/CMakeLists.txt index 37f117bc88..ad7e3f5a68 100644 --- a/serialization/protobuf/samples/services/ping_server/CMakeLists.txt +++ b/serialization/protobuf/samples/services/ping_server/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(ping_server) find_package(eCAL REQUIRED) diff --git a/serialization/string/samples/pubsub/minimal_rec/CMakeLists.txt b/serialization/string/samples/pubsub/minimal_rec/CMakeLists.txt index 19cfb3729c..ac26443e7a 100644 --- a/serialization/string/samples/pubsub/minimal_rec/CMakeLists.txt +++ b/serialization/string/samples/pubsub/minimal_rec/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(minimal_rec) find_package(eCAL REQUIRED) diff --git a/serialization/string/samples/pubsub/minimal_snd/CMakeLists.txt b/serialization/string/samples/pubsub/minimal_snd/CMakeLists.txt index 94a2bdd1af..31a6d9f02f 100644 --- a/serialization/string/samples/pubsub/minimal_snd/CMakeLists.txt +++ b/serialization/string/samples/pubsub/minimal_snd/CMakeLists.txt @@ -18,8 +18,6 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) - project(minimal_snd) find_package(eCAL REQUIRED)