Revision e516b81eac838fa0b1097b8d525086da8cf5c430 authored by Lars Bilke on 06 July 2021, 07:12:53 UTC, committed by Lars Bilke on 06 July 2021, 07:12:53 UTC
[cmake] Fix rpath for mfront / tfel on Ubuntu.

Closes #3165

See merge request ogs/ogs!3689
2 parent s 99df01f + 107be7c
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