summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-06-20 13:46:23 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-06-20 13:46:29 (GMT)
commitd1a37c25f5f30ba19a462af0cd0dde1a2a43983b (patch)
tree569dd4ab1b1a1193037d97c97ec71b1e8a5395af
parente11f660ae1b31f730212af43e1094f8dc3d42ef8 (diff)
parent4d3a3d74591a294a233dedb4e0bd914d1afb595d (diff)
downloadCMake-d1a37c25f5f30ba19a462af0cd0dde1a2a43983b.zip
CMake-d1a37c25f5f30ba19a462af0cd0dde1a2a43983b.tar.gz
CMake-d1a37c25f5f30ba19a462af0cd0dde1a2a43983b.tar.bz2
Merge topic 'vs-cuda-maxrregcount'
4d3a3d7459 VS: Add CUDA flag table entry for -maxrregcount Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2156
-rw-r--r--Source/cmVS10CudaFlagTable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmVS10CudaFlagTable.h b/Source/cmVS10CudaFlagTable.h
index da19d64..2b57e08 100644
--- a/Source/cmVS10CudaFlagTable.h
+++ b/Source/cmVS10CudaFlagTable.h
@@ -47,5 +47,8 @@ static cmVS7FlagTable cmVS10CudaFlagTable[] = {
{ "HostDebugInfo", "g", "", "true", 0 },
{ "HostDebugInfo", "-debug", "", "true", 0 },
+ { "MaxRegCount", "maxrregcount=", "", "", cmVS7FlagTable::UserValue },
+ { "MaxRegCount", "maxrregcount", "", "", cmVS7FlagTable::UserFollowing },
+
{ 0, 0, 0, 0, 0 }
};