Skip to content

Commit 8000156

Browse files
committed
remove CUDA from project in CMakeLists
1 parent bbf33c8 commit 8000156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.19...3.25)
2-
project(s2fft LANGUAGES CXX CUDA)
2+
project(s2fft LANGUAGES CXX)
33

44
message(STATUS "Using CMake version: ${CMAKE_VERSION}")
55

0 commit comments

Comments
 (0)