Skip to content

MSVC: Do not define _DEBUG explicitly when using /MDd

Brad King requested to merge brad.king/cmake:msvc-no-explicit-_DEBUG into master

With the latter flag the compiler automatically defines _DEBUG.

Closes: #16430 (closed)

Merge request reports