You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(engine): enforce C++17 in CMake and fix Data target standard
- Add CMAKE_CXX_STANDARD_REQUIRED ON and CMAKE_CXX_EXTENSIONS OFF
to all three CMakeLists.txt files (Engine, gramambular2, Mandarin)
- Change Data target from gnu++0x (C++11) to c++17 in both Debug
and Release configurations in project.pbxproj
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments