Skip to content

Commit

Permalink
Disable warning -Wno-deprecated-gpu-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 31, 2025
1 parent ceb5683 commit d30708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if(CUDF_BUILD_STACKTRACE_DEBUG AND NOT CMAKE_COMPILER_IS_GNUCXX)
endif()

set(CUDF_CXX_FLAGS "")
set(CUDF_CUDA_FLAGS "")
set(CUDF_CUDA_FLAGS "-Wno-deprecated-gpu-targets")
set(CUDF_CXX_DEFINITIONS "")
set(CUDF_CUDA_DEFINITIONS "")

Expand Down

0 comments on commit d30708f

Please sign in to comment.