Skip to content

Commit 2ad2e18

Browse files
author
Jason G. Tong
committed
Remove unnecessary -std=c++17 flag
1 parent 0efc228 commit 2ad2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easywave/CUDA/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endif()
8383
add_compile_options(-DUSE_CUDA)
8484
add_compile_options(-DENABLE_CUDA_LOGGING)
8585

86-
set(CUDA_NVCC_FLAGS -std=c++17)
86+
#set(CUDA_NVCC_FLAGS -std=c++17)
8787
if(ENABLE_GPU_TIMINGS)
8888
message(STATUS "GPU Timings will be displayed")
8989
add_compile_options(-DENABLE_GPU_TIMINGS)

0 commit comments

Comments
 (0)