Skip to content

Commit

Permalink
COMP: be sure to import GDCM's .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Feb 23, 2022
1 parent a88887e commit 007bfaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/ThirdParty/GDCM/UpdateFromUpstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ readonly repo="https://github.com/malaterre/GDCM.git"
readonly tag="release"
readonly shortlog=false
readonly paths="
.gitattributes
CMake/UseCopyright.cmake
CMake/InstallMacros.cmake
CMake/COPYING-CMAKE-SCRIPTS
Expand Down Expand Up @@ -40,8 +41,6 @@ readonly paths="
extract_source () {
git_archive
pushd "${extractdir}/${name}-reduced"
echo "* -whitespace" > .gitattributes
echo "Source/DataDictionary/gdcmDefaultDicts.cxx hooks-max-size=1200000" >> .gitattributes
popd
}

Expand Down

0 comments on commit 007bfaf

Please sign in to comment.