dmlc / dmlc-core

A common bricks library for building scalable and portable distributed machine learning.
Apache License 2.0
864 stars 520 forks source link

Refactor CmakeLists.txt to avoid setting global variables #606

Closed leezu closed 4 years ago

leezu commented 4 years ago

Current CmakeLists.txt modifies too many global variables, causing issues with Android NDK r19 toolchain when cross-compiling MXNet.