aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/openigtlink/CONTROL2
-rw-r--r--ports/openigtlink/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/openigtlink/CONTROL b/ports/openigtlink/CONTROL
index 488c4061b..46af2d45e 100644
--- a/ports/openigtlink/CONTROL
+++ b/ports/openigtlink/CONTROL
@@ -1,3 +1,5 @@
Source: openigtlink
Version: 3.0
+Port-Version: 1
+Homepage: https://github.com/openigtlink/OpenIGTLink
Description: OpenIGTLink is an open-source network communication interface specifically designed for image-guided interventions.
diff --git a/ports/openigtlink/portfile.cmake b/ports/openigtlink/portfile.cmake
index 532d8661e..e5e6dd466 100644
--- a/ports/openigtlink/portfile.cmake
+++ b/ports/openigtlink/portfile.cmake
@@ -11,14 +11,12 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
+ -DOpenIGTLink_INSTALL_PACKAGE_DIR=share/${PORT}
)
vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-
-vcpkg_fixup_cmake_targets(CONFIG_PATH lib/igtl/cmake)
-
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
vcpkg_copy_pdbs()