Skip to content
Snippets Groups Projects
Commit 6f0196f8 authored by 数学の武士's avatar 数学の武士
Browse files

.

parent 5cb85153
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,9 @@ option(INCLUDE_CUDA "GPU build in mode" OFF)
enable_language(CXX)
set(CMAKE_CXX_STANDARD 11)
message(STATUS "memory processing: GPU build in mode is ${INCLUDE_CUDA}")
if(INCLUDE_CUDA)
message(STATUS "memory processing: GPU build in mode")
enable_language(CUDA)
# find_package(CUDA REQUIRED)
# include_directories(${CUDA_INCLUDE_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment