diff options
author | Brad King <brad.king@kitware.com> | 2020-05-22 11:01:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-22 12:15:37 (GMT) |
commit | 5c7ca6f8a87f8c673088103a4d00a176f8cd93fe (patch) | |
tree | 9baf40ea74d319f0f9cede1eec8dfe9da37e5438 /Source/cmVisualStudioGeneratorOptions.h | |
parent | 4468acb979d04fc422a1c78a89c24a26b35f3629 (diff) | |
download | CMake-5c7ca6f8a87f8c673088103a4d00a176f8cd93fe.zip CMake-5c7ca6f8a87f8c673088103a4d00a176f8cd93fe.tar.gz CMake-5c7ca6f8a87f8c673088103a4d00a176f8cd93fe.tar.bz2 |
CUDA: Move VS CudaRuntime selection to be with rest of CUDA options
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index b335694..f9b50a7 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -63,7 +63,6 @@ public: bool UsingSBCS() const; void FixCudaCodeGeneration(); - void FixCudaRuntime(cmGeneratorTarget* target); void FixManifestUACFlags(); |