Files
CMake/Modules/Platform
Brad King c00a6d3967 MSVC: Do not add /GR to CMAKE_CXX_FLAGS by default
The `/GR` flag has been on by default since MSVC cl 14.0 from VS 2005.
Remove it from the default flags to make it easier for projects to pass
`/GR-` themselves to turn it off.

Projects may be using string processing to replace `/GR` with another
flag, so we cannot simply drop it.  Add a policy to drop it in a
compatible way.

Fixes: #21428
2020-11-13 11:46:23 -05:00
..
2020-05-06 13:09:00 -04:00
2017-05-17 11:26:11 -06:00
2019-03-05 09:42:41 -05:00
2020-05-06 13:09:28 -04:00