Skip to content

Commit

Permalink
disabling cuda for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed May 28, 2023
1 parent 9cc3f1e commit fc58fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ endif(GDAL_FOUND)
#------------------------------------------------------------------------------
option(WITH_CUDA "Compile with CUDA support" ON)
if(NOT APPLE AND WITH_CUDA)
find_package( CUDA 8)
find_package( CUDA )
set(CUDA_FOUND false)
if(CUDA_FOUND)
message(STATUS "Found CUDA")
include_directories(${CUDA_INCLUDE_DIRS})
Expand Down

0 comments on commit fc58fb9

Please sign in to comment.