Tests: Fix CudaOnly.SeparateCompilationPTX test project name

Fix the test added by commit 61b9764b03 (CUDA: Allow both
CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATION, 2021-09-17,
v3.23.0-rc1~516^2) to have a `project()` name matching what
is passed to CTest's `--build-project` option.  Otherwise, on
VS builds, MSBuild warns:

    MSBUILD : error MSB1009: Project file does not exist.

Other CUDA tests use a matching project name already.
This commit is contained in:
Brad King
2022-02-16 09:20:01 -05:00
parent e5a5f3b76f
commit a7ef59c9c4

View File

@@ -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