c++ - cmake error ' Could NOT find CXX11 ' VS 2010? -
c++ - cmake error ' Could NOT find CXX11 ' VS 2010? -
well have searched, know vs2010 bit dated that's have right now.
so assume vs2010 isn't c++11 compliant assume error in cmake complaining about, here error. trying build little game engine.
cmake error @ c:/program files/cmake/share/cmake-3.0/modules/findpackagehandlestandardargs.cmake:136 (message): not find cxx11 (missing: cxx11_flags) phone call stack (most recent phone call first): c:/program files/cmake/share/cmake-3.0/modules/findpackagehandlestandardargs.cmake:343 (_fphsa_failure_message) cmake/findcxx11.cmake:60 (find_package_handle_standard_args) cmakelists.txt:13 (find_package)
the problem findcxx11 module. normal(ish)/regular error message find module. 'c++11 compatibility' reddish herring.
post findcxx11.cmake file or don't utilize on windows/msvc.
c++ cmake vs2010-express
Comments
Post a Comment