Skip to content

Commit

Permalink
[one rabit] upgrade dmlc-core and rabit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Qin committed Apr 26, 2019
1 parent 503cc42 commit c3b8af1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/dmlc/dmlc-core
[submodule "rabit"]
path = rabit
url = https://github.com/dmlc/rabit
url = https://github.com/chenqin/rabit
[submodule "cub"]
path = cub
url = https://github.com/NVlabs/cub
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ else ()
endif (MINGW OR R_LIB)
add_library(rabit STATIC ${RABIT_SOURCES})
target_include_directories(rabit PRIVATE
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/rabit/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/dmlc-core/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/rabit/include/rabit>)
set_target_properties(rabit
PROPERTIES
Expand Down
2 changes: 1 addition & 1 deletion dmlc-core
2 changes: 1 addition & 1 deletion rabit
Submodule rabit updated from 1cc34f to cb1715

0 comments on commit c3b8af1

Please sign in to comment.