aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openmvs/fix-lib-name-conflict.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/openmvs/fix-lib-name-conflict.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/openmvs/fix-lib-name-conflict.patch')
-rw-r--r--vcpkg/ports/openmvs/fix-lib-name-conflict.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/openmvs/fix-lib-name-conflict.patch b/vcpkg/ports/openmvs/fix-lib-name-conflict.patch
new file mode 100644
index 0000000..240d74d
--- /dev/null
+++ b/vcpkg/ports/openmvs/fix-lib-name-conflict.patch
@@ -0,0 +1,12 @@
+diff --git a/libs/Common/CMakeLists.txt b/libs/Common/CMakeLists.txt
+index 18899af..1dd2c8d 100644
+--- a/libs/Common/CMakeLists.txt
++++ b/libs/Common/CMakeLists.txt
+@@ -16,6 +16,7 @@ TARGET_LINK_LIBRARIES(Common ${Boost_LIBRARIES} ${OpenCV_LIBS})
+
+ # Install
+ SET_TARGET_PROPERTIES(Common PROPERTIES
++ OUTPUT_NAME "OpenMVS_Common"
+ PUBLIC_HEADER "${LIBRARY_FILES_H}")
+ INSTALL(TARGETS Common
+ EXPORT OpenMVSTargets