summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ObjectLibrary
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-11 11:41:26 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-11 11:41:42 (GMT)
commit4f289cdc1ead3273ac248f41cd85ab8eccd4dec1 (patch)
tree034d1703567bf59659ca44ecc6fe4c1689cf6770 /Tests/Cuda/ObjectLibrary
parentb7cba6ba00e9ae11d86fbb7fbf69eedff9e1c8c2 (diff)
parentfaf3d7d224ae2292e88b8238271a7ff97950ddf9 (diff)
downloadCMake-4f289cdc1ead3273ac248f41cd85ab8eccd4dec1.zip
CMake-4f289cdc1ead3273ac248f41cd85ab8eccd4dec1.tar.gz
CMake-4f289cdc1ead3273ac248f41cd85ab8eccd4dec1.tar.bz2
Merge topic 'vs-cuda-pdb'
faf3d7d224 VS: Add workaround for CUDA compiler PDB location with space 592064e026 VS: Drop workaround for CUDA compiler PDB location on CUDA 9.2+ fb378fc4d7 Tests: Fix Cuda test project names Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2473
Diffstat (limited to 'Tests/Cuda/ObjectLibrary')
-rw-r--r--Tests/Cuda/ObjectLibrary/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Cuda/ObjectLibrary/CMakeLists.txt b/Tests/Cuda/ObjectLibrary/CMakeLists.txt
index da5fb87..395bd38 100644
--- a/Tests/Cuda/ObjectLibrary/CMakeLists.txt
+++ b/Tests/Cuda/ObjectLibrary/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7)
-project (CudaObjectLibrary CUDA CXX)
+project (ObjectLibrary CUDA CXX)
#Goal for this example:
#
#Build C++ and CUDA object files and than use them to make an executable