We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb116e1 commit 52046deCopy full SHA for 52046de
1 file changed
cpp/tests/CMakeLists.txt
@@ -77,7 +77,7 @@ function(ConfigureTest CMAKE_TEST_NAME)
77
target_link_libraries(
78
${CMAKE_TEST_NAME} PRIVATE "cudf_identify_stream_usage_mode_${_CUDF_TEST_STREAM_MODE}"
79
)
80
- # fixup_target_for_stream_testing(${CMAKE_TEST_NAME})
+ fixup_target_for_stream_testing(${CMAKE_TEST_NAME})
81
endif()
82
endfunction()
83
0 commit comments