Skip to content

Commit

Permalink
Update treelite version in get_treelite.cmake (rapidsai#4014)
Browse files Browse the repository at this point in the history
This PR updates `get_treelite.cmake` to use `treelite` version `1.3.0`, similarly to rapidsai#3855.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: rapidsai#4014
  • Loading branch information
ajschmidt8 authored Jun 30, 2021
1 parent 8b91691 commit d3162dd
Showing 1 changed file with 3 additions and 3 deletions.
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)

0 comments on commit d3162dd

Please sign in to comment.