summaryrefslogtreecommitdiffstats
path: root/Modules/FindCUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-191-1/+1
|\
| * Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* | Merge topic 'FindCUDA-allow-g3'Brad King2010-10-051-2/+2
|\ \
| * | Allow -g3 for CUDA v3.0+.James Bigler2010-10-041-2/+2
| |/
* | Fix for bug 0011263.James Bigler2010-10-041-1/+3
|/
* Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+.James Bigler2010-09-101-3/+22
* Improved version checking for FindCUDA using the new mode of FPHSAAlex Neundorf2010-08-071-29/+8
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-2/+2
* Merge branch 'CudaRTEmuLibraryForCUDA30'Brad King2010-06-241-2/+23
|\
| * Add support for the emulation version of the cudart library.James Bigler2010-06-211-2/+23
* | CUDA_VERSION variable passed to REGEX needs quotes to work when not defined.James Bigler2010-06-151-2/+2
* | Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.James Bigler2010-05-121-0/+4
|/
* Add -rpath for cuda libraries on Apple. They use @rpath in the library link ...James Bigler2010-01-281-0/+8
* Updated the documentation on what kinds of flags you can use when setting tar...James Bigler2010-01-281-3/+6
* Changed warning string to use the WARNING flag.James Bigler2010-01-081-1/+1
* Disable the --host-compilation flag for CUDA >= 3.0 since it is derecated.James Bigler2010-01-081-1/+5
* Fix #9970: Use execute_process instead of deprecated exec_program.James Bigler2009-12-011-1/+1
* Fix -fPIC from being used on executable object files.James Bigler2009-11-041-14/+36
* Look for nvcc in the 32 bit bin directory before the 64 bin directory.James Bigler2009-10-271-2/+2
* Fix Xcode build.James Bigler2009-10-071-0/+2
* Updated copyright notice to conform to NVIDIA guidelines.James Bigler2009-10-051-2/+1
* Removed support for cutil library and header file.James Bigler2009-09-291-41/+54
* Fixed CUDA_PROPAGATE_HOST_FLAGS, added path for Mac SDK.James Bigler2009-09-291-15/+22
* Convert newlines from CRLF to LFBrad King2009-09-251-1205/+1205
* Documentation fixes, new CUDA_PROPAGATE_HOST_FLAGS, changed output directory.James Bigler2009-09-251-136/+168
* Updated formatting of documentation plus a little reorganization.James Bigler2009-09-231-141/+145
* Initial version of FindCUDA script. Still needs documentation formatting.James Bigler2009-09-151-0/+1169