Skip to content

Commit

Permalink
COMP: compile with CTK fork
Browse files Browse the repository at this point in the history
This is to enabled easier testing but should be
replaced with a corrected git hash for CTK
before integration in Slicer.
  • Loading branch information
pieper committed Nov 8, 2023
1 parent 3b504bf commit bb62f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_CTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ if(NOT DEFINED CTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_REPOSITORY
"${EP_GIT_PROTOCOL}://github.com/commontk/CTK.git"
"${EP_GIT_PROTOCOL}://github.com/pieper/CTK.git"
QUIET
)

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"5657c58a72c2db3e9fcc04f88211859eccd21067"
"virtualize-database"
QUIET
)

Expand Down

0 comments on commit bb62f86

Please sign in to comment.