Revision e5d2a18651d52db235f6a7fd2a394632728847cf authored by Lars Bilke on 06 October 2021, 10:33:42 UTC, committed by Lars Bilke on 06 October 2021, 10:33:42 UTC
Check should executed only for system-wide hdf5 installs.
When CPM is used the correct hdf5 configuration is guaranteed.
1 parent 1ec62b9
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top