mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:59:00 +08:00
[openigtlink] Fix cmake config location (#15500)
This commit is contained in:
parent
f2ec6c5a7c
commit
b5e8e48b49
@ -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.
|
||||
|
@ -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()
|
||||
|
@ -4250,7 +4250,7 @@
|
||||
},
|
||||
"openigtlink": {
|
||||
"baseline": "3.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openimageio": {
|
||||
"baseline": "2.2.10.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6f814a06b22cc250df4eb31553c6df7a803567b7",
|
||||
"version-string": "3.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "df766287f1c9c4d379143fab2456a64ae7ae8452",
|
||||
"version-string": "3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user