Skip to content
Snippets Groups Projects
Commit 0a22d8af authored by Tobias Winchen's avatar Tobias Winchen
Browse files

Enable cuda by default

parent 300cc7e2
No related merge requests found
option(ENABLE_CUDA "Enable CUDA algorithms. Requires CUDA toolkit to be installed" OFF)
option(ENABLE_CUDA "Enable CUDA algorithms. Requires CUDA toolkit to be installed" ON)
if(ENABLE_CUDA)
cmake_minimum_required(VERSION 2.8)
find_package(CUDA REQUIRED)
include_directories(${CUDA_TOOLKIT_INCLUDE})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment