aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cyclonedds/enable-security.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/cyclonedds/enable-security.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/cyclonedds/enable-security.patch')
-rw-r--r--vcpkg/ports/cyclonedds/enable-security.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/cyclonedds/enable-security.patch b/vcpkg/ports/cyclonedds/enable-security.patch
new file mode 100644
index 0000000..a414272
--- /dev/null
+++ b/vcpkg/ports/cyclonedds/enable-security.patch
@@ -0,0 +1,13 @@
+diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
+index 148fb3f2..c9c4d96c 100644
+--- a/src/core/CMakeLists.txt
++++ b/src/core/CMakeLists.txt
+@@ -43,7 +43,7 @@ endif()
+
+ # Support the OMG DDS Security within ddsc adds quite a bit of code.
+ if(ENABLE_SECURITY)
+- target_link_libraries(ddsc PRIVATE security_core)
++ target_link_libraries(ddsc PRIVATE $<BUILD_INTERFACE:security_core>)
+ target_include_directories(
+ ddsc PUBLIC
+ $<BUILD_INTERFACE:$<TARGET_PROPERTY:security_api,INTERFACE_INCLUDE_DIRECTORIES>>)