Skip to content
Snippets Groups Projects
Commit b049bc4a authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Removed -Wall from CMAKE_CUDA_FLAGS_DEBUG (not a nvcc option)

parent 86120280
No related branches found
No related tags found
1 merge request!1Remove -Wall from CMAKE_CUDA_FLAGS_DEBUG (not a nvcc option)
......@@ -42,7 +42,7 @@ check_language(CUDA)
if (CUDA_TOOLKIT_ROOT_DIR)
enable_language(CUDA)
set(CMAKE_CUDA_FLAGS "")
set(CMAKE_CUDA_FLAGS_DEBUG "-g -DDEBUG -D_DEBUG -Wall")
set(CMAKE_CUDA_FLAGS_DEBUG "-g -DDEBUG -D_DEBUG")
set(CMAKE_CUDA_FLAGS_RELEASE "")
set(HAVE_CUDA TRUE)
include_directories(${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES})
......
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