https://github.com/Kitware/CMake
Revision aab1f6e984e81f732ec2dd5c33ff8f7bf604a0f2 authored by Stephen Sorley on 11 August 2016, 19:20:17 UTC, committed by Brad King on 12 August 2016, 13:26:30 UTC
Fix bug introduced by commit 7229ae72 (FindCUDA: Refactor Android(Tegra)
support, 2016-04-19).  `CUDA_USE_STATIC_CUDA_RUNTIME` should be enabled
by default if `cudart_static` is available, and silently disabled if
it is not.
1 parent f203694
Raw File
Tip revision: aab1f6e984e81f732ec2dd5c33ff8f7bf604a0f2 authored by Stephen Sorley on 11 August 2016, 19:20:17 UTC
FindCUDA: Restore default behavior of CUDA_USE_STATIC_CUDA_RUNTIME
Tip revision: aab1f6e
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsw           -crlf
*.pfx           -crlf
*.png           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent

*.rst            whitespace=tab-in-indent conflict-marker-size=79
back to top