Skip to content

Commit

Permalink
Fix filename change lost in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Jul 23, 2024
1 parent fdad347 commit 6a90844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ add_library(cugraph_c
src/c_api/lookup_src_dst.cpp
src/c_api/louvain.cpp
src/c_api/triangle_count.cpp
src/c_api/uniform_neighbor_sampling.cpp
src/c_api/neighbor_sampling.cpp
src/c_api/negative_sampling.cpp
src/c_api/labeling_result.cpp
src/c_api/weakly_connected_components.cpp
Expand Down

0 comments on commit 6a90844

Please sign in to comment.