Skip to content

Commit

Permalink
BUG: Update Autoscoper to ensure consistent handling of line endings …
Browse files Browse the repository at this point in the history
…for settings

List of Autoscoper changes:

```
$ git shortlog 3d5370a77..caa81817f --no-merges
Jean-Christophe Fillion-Robin (1):
      BUG: Ensure consistent handling of line endings when reading trial/filters/camera files
```
  • Loading branch information
jcfr committed Mar 8, 2024
1 parent bfd63e8 commit e1faa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_Autoscoper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${SUPERBUILD_TOPLEVEL_PROJECT}_USE_SYSTEM_${p

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"3d5370a77b83d005c799e7cf91bed4cc7d463e92"
"caa81817fc24a314751c64e8a297a6ee89c3b41a"
QUIET
)

Expand Down

0 comments on commit e1faa27

Please sign in to comment.