pauldb89 / OxLM

OxLM: Oxford Neural Language Modelling Toolkit
http://www.clg.ox.ac.uk/
39 stars 7 forks source link

Update CMakeLists.txt #2

Closed lixiangnlp closed 9 years ago

lixiangnlp commented 9 years ago

When compiling the OxLM with the latest gcc, some errors may occur for the c++ 11 standard. Now the standard option of using c++ 11 is -std=c++11. By this way, these error are lost.

pauldb89 commented 9 years ago

This code change is not backwards compatible with gcc 4.6, but the problem it was originally training to solve is now fixed.