Skip to content

Commit d300bd2

Browse files
committed
ref(cmake): retrurn comments on setting for some variables
1 parent d39d3e5 commit d300bd2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: CMakeLists.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ endif()
3535
# Configure cuda dependencies
3636
if (CUBOOL_WITH_CUDA)
3737
message(STATUS "Add cub as cuda utility")
38-
set(CUB_ENABLE_HEADER_TESTING OFF CACHE BOOL "" FORCE)
39-
set(CUB_ENABLE_TESTING OFF CACHE BOOL "" FORCE)
40-
set(CUB_ENABLE_EXAMPLES OFF CACHE BOOL "" FORCE)
41-
add_subdirectory(deps/cub)
42-
add_library(cub INTERFACE IMPORTED)
43-
target_link_libraries(cub INTERFACE CUB::CUB)
38+
# set(CUB_ENABLE_HEADER_TESTING OFF CACHE BOOL "" FORCE)
39+
# set(CUB_ENABLE_TESTING OFF CACHE BOOL "" FORCE)
40+
# set(CUB_ENABLE_EXAMPLES OFF CACHE BOOL "" FORCE)
41+
# add_subdirectory(deps/cub)
42+
# add_library(cub INTERFACE IMPORTED)
43+
# target_link_libraries(cub INTERFACE CUB::CUB)
4444

4545
message(STATUS "Add nsparse library as crs matrix multiplication backend")
4646
add_subdirectory(deps/nsparse-um)

0 commit comments

Comments
 (0)