Skip to content

Commit c724074

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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}

0 commit comments

Comments
 (0)