Skip to content

Commit

Permalink
fixed a tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanEkm committed Aug 14, 2024
1 parent bf869eb commit 532a06e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ if (${USE_CUDA})
add_subdirectory(array_example)
add_subdirectory(example_experiment)
endif()

if(NOT ${_HEADER_ONLY} OR NOT ${USE_CUDA})
add_subdirectory(csr_coo)
add_subdirectory(degree_order)
add_subdirectory(amd_order)
add_subdirectory(custom_order)
add_subdirectory(format_conversion)
add_subdirectory(gray_order)
Expand All @@ -30,4 +30,8 @@ if(NOT ${_HEADER_ONLY} OR NOT ${USE_CUDA})
add_subdirectory(metis_partition)
endif()

if(${USE_AMD_ORDER})
add_subdirectory(amd_order)
endif()

endif()

0 comments on commit 532a06e

Please sign in to comment.