[mlpack-git] [mlpack/mlpack] CMake Generated Visual Studio 2013 project fails to build (#508)

Ryan Curtin notifications at github.com
Sun Jun 5 15:20:06 EDT 2016


Two changes should fix this for good: 935e76d, which causes configuration to fail for Visual Studio 2013 since VS2013 will not compile mlpack, and 20f8bc0, which, when available, uses the newer `target_compile_features()` command from CMake to check if a compiler supports the C++11 features we need, which is a better solution in the end.  So now CMake will tell you if the compiler you are using cannot build mlpack.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/508#issuecomment-223831752
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160605/5dcbd5ea/attachment.html>


More information about the mlpack-git mailing list