Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update treelite version in get_treelite.cmake #4014

Merged
merged 2 commits into from
Jun 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cpp/cmake/thirdparty/get_treelite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#=============================================================================

function(find_and_configure_nccl)
function(find_and_configure_treelite)

if(TARGET treelite::treelite)
return()
Expand Down Expand Up @@ -44,5 +44,5 @@ function(find_and_configure_nccl)

endfunction()

find_and_configure_nccl(VERSION 1.1.0
PINNED_TAG 342be01cde4fd99f81e529c1a0c85c496b2a3226)
find_and_configure_treelite(VERSION 1.3.0
PINNED_TAG ae5436c45563a5c2ed7aa8f0f41f88fff48f49e4)