[mlpack-git] [mlpack/mlpack] `target_compile_features` from NewCXX11.cmake produce an error with LLVM's clang (#796)

Ryan Curtin notifications at github.com
Wed Oct 5 13:14:21 EDT 2016


Okay, I added some changes that should fix this issue.  If the compiler is not detected as a valid C++11 compiler, you can do specify the `-DFORCE_CXX11=ON` option and that will force CMake to treat the C++ compiler as having valid C++11 support.  You may also need to specify extra CXXFLAGS like with `-DCMAKE_CXX_FLAGS="-std=c++11"` or something like that.  Let me know if there are any problems with that.

-- 
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/796#issuecomment-251738377
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20161005/ac7509c2/attachment-0001.html>


More information about the mlpack-git mailing list