aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authordweckmann <didier.weckmann@ircad.fr>2021-01-25 08:06:50 +0100
committerGitHub <noreply@github.com>2021-01-24 23:06:50 -0800
commitb5e8e48b49d02374de8bf07a16546d3a116fabc7 (patch)
tree7368ccacbfc95e1d57ca12d955055bc9fb47eef9 /ports
parentf2ec6c5a7cf8441ae30a857c938694c4bfff424f (diff)
downloadvcpkg-b5e8e48b49d02374de8bf07a16546d3a116fabc7.tar.gz
vcpkg-b5e8e48b49d02374de8bf07a16546d3a116fabc7.zip
[openigtlink] Fix cmake config location (#15500)
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()