Skip to content

Commit e993757

Browse files
committed
Turn off NBL_COMPILE_WITH_CUDA by default
1 parent 2c08464 commit e993757

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ else()
7070
message(STATUS "Vulkan SDK is not found")
7171
endif()
7272

73-
# TODO(kevinyu): Turn off this flag after I finish developing the PR.
74-
option(NBL_COMPILE_WITH_CUDA "Compile with CUDA interop?" ON)
73+
option(NBL_COMPILE_WITH_CUDA "Compile with CUDA interop?" OFF)
7574

7675
if(NBL_COMPILE_WITH_CUDA)
7776
find_package(CUDAToolkit REQUIRED)

0 commit comments

Comments
 (0)