File: 0009-Do-not-import-fast-server-discovery-target.patch

package info (click to toggle)
fastdds 3.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,540 kB
  • sloc: cpp: 793,735; xml: 15,283; python: 5,902; sh: 219; makefile: 95; ansic: 12
file content (23 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?q?Timo_R=C3=B6hling?= <timo@gaussglocke.de>
Date: Fri, 29 Jan 2021 12:32:06 +0100
Subject: Do not import fast-server-discovery target

---
 src/cpp/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
index 17796e8..f1ba0d6 100644
--- a/src/cpp/CMakeLists.txt
+++ b/src/cpp/CMakeLists.txt
@@ -704,10 +704,6 @@ endif()
 # include the option parser targets
 set(INCLUDE_FASTDDS_TARGETS "include(\${CMAKE_CURRENT_LIST_DIR}/optionparser-targets.cmake)")
 
-if(COMPILE_TOOLS)
-    # include the fast-discovery-server targets (not for linking but to hint binaries location and other target properties)
-    set(INCLUDE_FASTDDS_TARGETS "${INCLUDE_FASTDDS_TARGETS}\ninclude(\${CMAKE_CURRENT_LIST_DIR}/fast-discovery-server-targets.cmake)")
-endif()
 
 # Add fastdds dependencies in its CMake config file.
 if(LINK_SSL)