From 63b1c5e72c89666adee8d01bf1b053f5c1e96cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20L=C3=A9ger?= <17100565+errollgarner@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:32:26 -0500 Subject: [PATCH] Use all unmerged OIGTL patches * Upstream repository is unresponsive to PRs --- IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake | 4 ++-- IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake b/IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake index 14fc1389..227a0cca 100644 --- a/IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake +++ b/IbisSuperBuild/IbisDeps/External_OpenIGTLink.cmake @@ -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} diff --git a/IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake b/IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake index fd3ae3d1..17e455fe 100644 --- a/IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake +++ b/IbisSuperBuild/IbisDeps/External_OpenIGTLinkIO.cmake @@ -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}