mc2-project / federated-xgboost

Federated gradient boosted decision tree learning
68 stars 20 forks source link

Error with cmake #16

Closed grasses closed 3 years ago

grasses commented 3 years ago

I find the error when I install xgboost:

CMake Error at CMakeLists.txt:72 (add_subdirectory): The source directory /home/xxxxxx/tmp/federated-xgboost/dmlc-core does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:73 (set_target_properties): set_target_properties Can not find target to add properties to: dmlc

Solution:

git submodule init
git submodule update