summaryrefslogtreecommitdiff
path: root/Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt')
-rw-r--r--Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt b/Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt
deleted file mode 100644
index 97670e392..000000000
--- a/Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-project(SeparableCompCXXOnly LANGUAGES CXX CUDA)
-set(CMAKE_CUDA_SEPARABLE_COMPILATION ON)
-add_executable(SeparableCompCXXOnly main.cpp)