Skip to content

Commit

Permalink
remove XGBOOST_ADD_TO_STRING
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Jul 31, 2017
1 parent 03c95b2 commit acf51fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ set(XGBOOST_CMAKE_ARGS
XGBOOST_USE_CEREAL=${XGBOOSTER_SERIALIZE_WITH_CEREAL}
)

if(ANDROID)
list(APPEND XGBOOST_CMAKE_ARGS XGBOOST_ADD_TO_STRING=ON)
endif()

hunter_config(xgboost GIT_SUBMODULE "src/3rdparty/xgboost" CMAKE_ARGS ${XGBOOST_CMAKE_ARGS})

0 comments on commit acf51fb

Please sign in to comment.