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

.

parent bab5a7f1
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,4 @@ endif(INCLUDE_CUDA)
set(SOURCES ${SOURCES_CU} ${SOURCES_CXX})
set(HEADERS ${HEADERS_CU} ${HEADERS_CXX})
add_library(memproc STATIC ${HEADERS} ${SOURCES})
if(INCLUDE_CUDA)
set_target_properties(memproc PROPERTIES CUDA_ARCHITECTURES "60;80")
endif(INCLUDE_CUDA)
\ No newline at end of file
add_library(memproc STATIC ${HEADERS} ${SOURCES})
\ No newline at end of file
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