Skip to content

Commit

Permalink
Use all unmerged OIGTL patches
Browse files Browse the repository at this point in the history
* Upstream repository is unresponsive to PRs
  • Loading branch information
errollgarner committed Dec 17, 2024
1 parent 3f9474e commit 63b1c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ExternalProject_Add( ${openigtlink_name}
BINARY_DIR ${openigtlink_prefix}/build
STAMP_DIR ${openigtlink_prefix}/stamp
INSTALL_COMMAND ""
GIT_REPOSITORY "https://github.com/openigtlink/OpenIGTLink.git"
GIT_TAG d4eaae937b6a28ea2324f90c128800b3ad1cf2b3
GIT_REPOSITORY "https://github.com/IbisNeuronav/OpenIGTLink.git"
GIT_TAG fixes
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${external_project_dir}/${openigtlink_name}/install
-DCMAKE_OSX_SYSROOT:PATH=${CMAKE_OSX_SYSROOT}
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${CMAKE_OSX_DEPLOYMENT_TARGET}
Expand Down
5 changes: 2 additions & 3 deletions IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ ExternalProject_Add( ${openigtlinkio_name}
BINARY_DIR ${openigtlinkio_prefix}/build
STAMP_DIR ${openigtlinkio_prefix}/stamp
INSTALL_COMMAND ""
GIT_REPOSITORY "https://github.com/IGSIO/OpenIGTLinkIO.git"
#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
GIT_TAG 46975d197796063b956573f1b1022ac2e3643fe4
GIT_REPOSITORY "https://github.com/IbisNeuronav/OpenIGTLinkIO.git"
GIT_TAG use_OIGTL_unmerged_fixes
CMAKE_ARGS -DCMAKE_OSX_SYSROOT:PATH=${CMAKE_OSX_SYSROOT}
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${CMAKE_OSX_DEPLOYMENT_TARGET}
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
Expand Down

0 comments on commit 63b1c5e

Please sign in to comment.