Skip to content

Commit

Permalink
Merge pull request #11 from elucideye/pr.fix.to.string
Browse files Browse the repository at this point in the history
update xgboost submodule pointer
  • Loading branch information
headupinclouds authored Aug 14, 2017
2 parents 5a68772 + 538e97c commit 85f158e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ cmake_minimum_required(VERSION 3.3)
include("cmake/HunterGate.cmake")

HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.19.54.tar.gz"
SHA1 "75c7e5841cee90957d2e3866f6bd5d6dfe515dde"
URL "https://github.com/ruslo/hunter/archive/v0.19.68.tar.gz"
SHA1 "ad0d042d8ec56a3c6a4bda1e657f1f65b494ab12"
FILEPATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake"
)
)

set(XGBOOSTCPP_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}")

project(xgboostcpp VERSION 0.1.0) # WIP!
project(xgboostcpp VERSION 0.1.1)

if(CMAKE_INTERPROCEDURAL_OPTIMIZATION)
set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) # for 3rd parties added by add_subdirectory
Expand Down
2 changes: 1 addition & 1 deletion src/3rdparty/xgboost

0 comments on commit 85f158e

Please sign in to comment.