Skip to content

Commit

Permalink
Merge pull request #3173 from rapidsai/branch-23.02
Browse files Browse the repository at this point in the history
Forward-merge branch-23.02 to branch-23.04
  • Loading branch information
GPUtester authored Jan 24, 2023
2 parents d937b90 + 75b619f commit dc06ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_cuhornet.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2021-2022, NVIDIA CORPORATION.
# Copyright (c) 2021-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@ function(find_and_configure_cuhornet)
FetchContent_Declare(
cuhornet
GIT_REPOSITORY https://github.com/rapidsai/cuhornet.git
GIT_TAG a11519016ce791239dc019615f3cffac6560534b
GIT_TAG 17467c88abe2b76df456614575c02f7e9cbfd02d
SOURCE_SUBDIR hornet
)
FetchContent_GetProperties(cuhornet)
Expand Down

0 comments on commit dc06ef6

Please sign in to comment.