Allow using external dmlc-core (#91)

* Set `RABIT_BUILD_DMLC=1` if use dmlc-core in rabit

* remove dmlc-core
This commit is contained in:
Chen Qin
2019-04-26 00:28:45 -07:00
committed by Jiaming Yuan
parent e3d51d3e62
commit 5c3b36f346
8 changed files with 36 additions and 18 deletions

View File

@@ -9,7 +9,10 @@
#include <vector>
#include <string>
#include "./internal/utils.h"
#ifndef DMLC_IO_H_
#include "../../dmlc-core/include/dmlc/io.h"
#endif // DMLC_IO_H_
namespace rabit {
/*!