Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: check compiler supports C++17 sufficiently (apache#18354)
By default cmake accepts any compiler that supports at least some part of C++17. In practice this leads to hard to understand error messages at later stages during compilation, as for example gcc5 supports part of C++17 but does not support C++17 sufficiently to compile MXNet.
- Loading branch information