Skip to content
Snippets Groups Projects
Commit 4af44130 authored by Martin Schönherr's avatar Martin Schönherr
Browse files

erases CC 6.0 compiler flag

parent f97df188
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ ELSE(MSVC)
SET( CMAKE_CXX_FLAGS "-include ${CMAKE_BINARY_DIR}/VirtualFluidsDefinitions.h ${CMAKE_CXX_FLAGS}" )
ENDIF(MSVC)
set(CMAKE_CUDA_FLAGS " -arch=sm_60" CACHE STRING "" FORCE)
# only use this with device of CC larger than 6.0
#set(CMAKE_CUDA_FLAGS " -arch=sm_60" CACHE STRING "" FORCE)
set(CMAKE_CUDA_FLAGS_DEBUG " -G" CACHE STRING "" FORCE)
......
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