mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Tests: Fix Cuda test project names
Make them match what `ADD_TEST_MACRO` gives to ctest as the project name to build so that the `.sln` file will be found.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user