Skip to content

Commit

Permalink
[openigtlink] Fix cmake config location (microsoft#15500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweckmann authored Jan 25, 2021
1 parent f2ec6c5 commit b5e8e48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ports/openigtlink/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 1 addition & 3 deletions ports/openigtlink/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4250,7 +4250,7 @@
},
"openigtlink": {
"baseline": "3.0",
"port-version": 0
"port-version": 1
},
"openimageio": {
"baseline": "2.2.10.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openigtlink.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6f814a06b22cc250df4eb31553c6df7a803567b7",
"version-string": "3.0",
"port-version": 1
},
{
"git-tree": "df766287f1c9c4d379143fab2456a64ae7ae8452",
"version-string": "3.0",
Expand Down

0 comments on commit b5e8e48

Please sign in to comment.