CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags

This commit is contained in:
Robert Maynard
2020-09-24 15:31:55 -04:00
committed by Brad King
parent c61f820a7f
commit da2622ff36
13 changed files with 122 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
cuda-check-support
------------------
* The :module:`CheckCompilerFlag` module was extended to
support 'CUDA'.
* The :module:`CheckSourceCompiles` module was extended to
support 'CUDA'.
* The :module:`CheckSourceRuns` module was extended to
support 'CUDA'.