Skip to content

Commit

Permalink
More renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 18, 2025
1 parent 4be9429 commit 8cab173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function(ConfigureTest)
target_compile_definitions(${TEST_NAME} PRIVATE "CUVS_DISABLE_CUDA")
endif()

target_include_directories(${TEST_NAME} PUBLIC "$<BUILD_INTERFACE:${CUVS_SOURCE_DIR}/test>")
target_include_directories(${TEST_NAME} PUBLIC "$<BUILD_INTERFACE:${CUVS_SOURCE_DIR}/tests>")

rapids_test_add(
NAME ${TEST_NAME}
Expand Down

0 comments on commit 8cab173

Please sign in to comment.