cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECK

This commit is contained in:
Edward Thomson
2020-07-12 18:43:22 +01:00
parent 51825c4f39
commit 8aed4629b1
9 changed files with 20 additions and 16 deletions

View File

@@ -13,6 +13,10 @@ vNext
replaces `git_reference_is_valid_name`. Tthe former functions are
deprecated.
### Breaking CMake configuration changes
The `MVSC_CRTDBG` configuration option is now `WIN32_LEAKCHECK`.
v1.1
----