Skip to content

Commit 63b1c5e

Browse files
committed
Use all unmerged OIGTL patches
* Upstream repository is unresponsive to PRs
1 parent 3f9474e commit 63b1c5e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ExternalProject_Add( ${openigtlink_name}
55
BINARY_DIR ${openigtlink_prefix}/build
66
STAMP_DIR ${openigtlink_prefix}/stamp
77
INSTALL_COMMAND ""
8-
GIT_REPOSITORY "https://github.com/openigtlink/OpenIGTLink.git"
9-
GIT_TAG d4eaae937b6a28ea2324f90c128800b3ad1cf2b3
8+
GIT_REPOSITORY "https://github.com/IbisNeuronav/OpenIGTLink.git"
9+
GIT_TAG fixes
1010
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${external_project_dir}/${openigtlink_name}/install
1111
-DCMAKE_OSX_SYSROOT:PATH=${CMAKE_OSX_SYSROOT}
1212
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${CMAKE_OSX_DEPLOYMENT_TARGET}

IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ ExternalProject_Add( ${openigtlinkio_name}
55
BINARY_DIR ${openigtlinkio_prefix}/build
66
STAMP_DIR ${openigtlinkio_prefix}/stamp
77
INSTALL_COMMAND ""
8-
GIT_REPOSITORY "https://github.com/IGSIO/OpenIGTLinkIO.git"
9-
#the tag is used to mark the version that compiles and links with the first version of ibis 4.x, it will have to be removed altogether once OpenIGTLinkIO is stable
10-
GIT_TAG 46975d197796063b956573f1b1022ac2e3643fe4
8+
GIT_REPOSITORY "https://github.com/IbisNeuronav/OpenIGTLinkIO.git"
9+
GIT_TAG use_OIGTL_unmerged_fixes
1110
CMAKE_ARGS -DCMAKE_OSX_SYSROOT:PATH=${CMAKE_OSX_SYSROOT}
1211
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${CMAKE_OSX_DEPLOYMENT_TARGET}
1312
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}

0 commit comments

Comments
 (0)