summaryrefslogtreecommitdiff
path: root/Modules/FindCUDA
Commit message (Expand)AuthorAgeFilesLines
* FindCUDA: Support `2.1(2.0)` architecture notationBoris Fomitchev2016-08-231-4/+4
* FindCUDA: Take NVCC include directories from target propertiesPeter Boettcher2016-08-161-1/+16
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-282-2/+2
* FindCUDA: Refactor Android(Tegra) supportBoris Fomitchev2016-06-091-0/+195
* FindCUDA: Only warn about non-existent dependency files in verbose modeJames Bigler2016-02-082-1/+14
* FindCUDA: Added some additional comments about non-existent dependency files.James Bigler2016-02-051-0/+2
* FindCUDA: Fix for when a non-existent dependency file is found.James Bigler2016-02-051-1/+1
* FindCUDA: Add specific cuda_language_flag instead of using nvcc.James Bigler2015-04-091-0/+2
* FindCUDA: Avoid if() auto-dereference in string comparisonsAdam Strzelecki2014-09-241-1/+1
* FindCUDA: Fix OSX Clang & no C language enabledAdam Strzelecki2014-06-301-2/+2
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-142-2/+2
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-142-5/+3
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-4/+4
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* Merge topic 'topics/FindCUDA/Add-CUDA_HOST_COMPILER'David Cole2012-09-181-2/+10
|\
| * FindCUDA: Added CUDA_HOST_COMPILER variable.James Bigler2012-08-201-2/+10
* | Remove CMake-language block-end command argumentsKitware Robot2012-08-133-10/+10
|/
* Merge topic 'topics/FindCUDA/Quote-fixes'David Cole2011-12-061-15/+15
|\
| * Fixes for handling quotes in args and other places (Fix Bug 11726 and 12099).James Bigler2011-12-051-15/+15
* | Add work around for CUDA in UNC paths.James Bigler2011-12-051-2/+16
|/
* Define __CUDACC__ during dependency scanning, since NVCC doesn't.James Bigler2010-01-281-0/+7
* Reordered the arguments, so that user generated arguments go last and thus ge...James Bigler2010-01-081-7/+7
* Don't allow -G -M on CUDA versions less than 3.0.James Bigler2009-11-301-1/+15
* Fix Xcode build.James Bigler2009-10-061-6/+0
* Updated copyright notice to conform to NVIDIA guidelines.James Bigler2009-10-053-6/+3
* Updated the license on top of each file.James Bigler2009-09-293-48/+93
* Convert FindCUDA helper newlines from CRLF to LFBrad King2009-09-282-309/+309
* Added a command to make the output directory. This is to fix the XCode build...James Bigler2009-09-231-0/+6
* Initial version of FindCUDA script. Still needs documentation formatting.James Bigler2009-09-153-0/+408