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
fix: simplify MSVC runtime config with CMP0091 policy
- Set cmake_policy(SET CMP0091 NEW) before project()
- Use CMAKE_MSVC_RUNTIME_LIBRARY with generator expression
- gtest_force_shared_crt OFF for static CRT
0 commit comments