https://github.com/root-project/root
Raw File
Tip revision: 95fc2e46526e0b83122613f3125dc10f8c254e89 authored by Pere Mato on 13 August 2014, 12:06:38 UTC
Correct the problem with -pthread flag when building with CMake. Should fix issue ROOT-6390
Tip revision: 95fc2e4
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.vcproj eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
back to top