Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 13, 2024
1 parent c3b4cc5 commit 881dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ macro(xgboost_target_properties target)
target_compile_options(${target} PUBLIC -static-libstdc++)
endif()

if (NOT WIN32 AND ENABLE_ALL_WARNINGS)
if(NOT WIN32 AND ENABLE_ALL_WARNINGS)
target_compile_options(${target} PRIVATE
$<$<COMPILE_LANGUAGE:CUDA>:-Werror=cross-execution-space-call>
)
Expand Down

0 comments on commit 881dc84

Please sign in to comment.