summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-17 13:43:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-02-17 13:43:39 (GMT)
commited9e7a27324ec54cc1a0ae9397ae5b49f0c9bab3 (patch)
treec325244ee14011077e39a27498492632d8872861
parent368dc579795ed39ce6dd281af663442d60f1bfec (diff)
parenta7ef59c9c4c3398422f58209ec64a4920a81e961 (diff)
downloadCMake-ed9e7a27324ec54cc1a0ae9397ae5b49f0c9bab3.zip
CMake-ed9e7a27324ec54cc1a0ae9397ae5b49f0c9bab3.tar.gz
CMake-ed9e7a27324ec54cc1a0ae9397ae5b49f0c9bab3.tar.bz2
Merge topic 'test-cuda-sepcomp-ptx' into release-3.23
a7ef59c9c4 Tests: Fix CudaOnly.SeparateCompilationPTX test project name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6991
-rw-r--r--Tests/CudaOnly/SeparateCompilationPTX/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CudaOnly/SeparateCompilationPTX/CMakeLists.txt b/Tests/CudaOnly/SeparateCompilationPTX/CMakeLists.txt
index 273f955..2dd95c8 100644
--- a/Tests/CudaOnly/SeparateCompilationPTX/CMakeLists.txt
+++ b/Tests/CudaOnly/SeparateCompilationPTX/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.19)
-project (SeparateCompPTX CUDA)
+project (SeparateCompilationPTX CUDA)
#Goal for this example:
# How to generate PTX files with RDC enabled