mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:35:37 +08:00
[openigtlink] Fix cmake config location (#15500)
This commit is contained in:
parent
f2ec6c5a7c
commit
b5e8e48b49
@ -1,3 +1,5 @@
|
|||||||
Source: openigtlink
|
Source: openigtlink
|
||||||
Version: 3.0
|
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.
|
Description: OpenIGTLink is an open-source network communication interface specifically designed for image-guided interventions.
|
||||||
|
@ -11,14 +11,12 @@ vcpkg_configure_cmake(
|
|||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DBUILD_TESTING=OFF
|
-DBUILD_TESTING=OFF
|
||||||
|
-DOpenIGTLink_INSTALL_PACKAGE_DIR=share/${PORT}
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
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)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
@ -4250,7 +4250,7 @@
|
|||||||
},
|
},
|
||||||
"openigtlink": {
|
"openigtlink": {
|
||||||
"baseline": "3.0",
|
"baseline": "3.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"openimageio": {
|
"openimageio": {
|
||||||
"baseline": "2.2.10.0",
|
"baseline": "2.2.10.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "6f814a06b22cc250df4eb31553c6df7a803567b7",
|
||||||
|
"version-string": "3.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "df766287f1c9c4d379143fab2456a64ae7ae8452",
|
"git-tree": "df766287f1c9c4d379143fab2456a64ae7ae8452",
|
||||||
"version-string": "3.0",
|
"version-string": "3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user