[openigtlink] Fix cmake config location (#15500)

This commit is contained in:
dweckmann 2021-01-25 08:06:50 +01:00 committed by GitHub
parent f2ec6c5a7c
commit b5e8e48b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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.

View File

@ -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()

View File

@ -4250,7 +4250,7 @@
},
"openigtlink": {
"baseline": "3.0",
"port-version": 0
"port-version": 1
},
"openimageio": {
"baseline": "2.2.10.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6f814a06b22cc250df4eb31553c6df7a803567b7",
"version-string": "3.0",
"port-version": 1
},
{
"git-tree": "df766287f1c9c4d379143fab2456a64ae7ae8452",
"version-string": "3.0",