Skip to content

Commit

Permalink
BUG: Use hashes instead of tags for remote modules
Browse files Browse the repository at this point in the history
Resolves an issue where MinimalPathExtraction and TubeTK could not be
checked out via recent tags.

CMake config error addressed by this change:

```
fatal: Needed a single revision
CMake Error at CMake/ITKModuleRemote.cmake:81 (message):
Failed to get the hash for tag
```
  • Loading branch information
tbirdso committed Dec 8, 2022
1 parent 18a6723 commit fd386e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Remote/MinimalPathExtraction.remote.cmake
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(MinimalPathExtraction
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction.git
GIT_TAG v1.2.4
GIT_TAG ebb8ba0fb9d3ad537db1852690f2c10696eda781
)
2 changes: 1 addition & 1 deletion Modules/Remote/TubeTK.remote.cmake
Expand Up @@ -48,5 +48,5 @@ itk_fetch_module(TubeTK
"http://www.tubetk.org"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKTubeTK.git
GIT_TAG v1.3.4
GIT_TAG 4acd1951c71144ae8c040636f79954f41847ac25
)

0 comments on commit fd386e4

Please sign in to comment.