summarylogtreecommitdiffstats
path: root/DisableCuda.patch
blob: ad8eb9154eb751560b4e9444d5d3807e4848d078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a59e9ea..84337ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -141,7 +141,7 @@ add_library (cuda_build_configuration INTERFACE)
 
 include (CheckLanguage)
 
-check_language(CUDA)
+#check_language(CUDA)
 
 if (CMAKE_CUDA_COMPILER)
   if (CUDA_VERSION_MAJOR LESS 11)