Skip to content

Commit 00ee736

Browse files
committed
Fix bad CUB include path in CMakeLists.txt.
Bug 2808654
1 parent f766ca8 commit 00ee736

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ endif ()
383383
add_library(thrust_testframework STATIC ${THRUST_TESTFRAMEWORK_FILES})
384384
target_include_directories(
385385
thrust_testframework
386-
PUBLIC ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/dependencies/cub/cub
386+
PUBLIC ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/dependencies/cub
387387
PRIVATE ${PROJECT_SOURCE_DIR}/testing
388388
)
389389

dependencies/cub

Submodule cub updated from 11755ca to 22b0573

0 commit comments

Comments
 (0)