vs-UseDebugLibrariesΒΆ
Visual Studio Generators now add
UseDebugLibraries
indicators to.vcxproj
files to denote which configurations are debug configurations. See policyCMP0162
.The
CMAKE_VS_USE_DEBUG_LIBRARIES
variable and correspondingVS_USE_DEBUG_LIBRARIES
target property were added to explicitly controlUseDebugLibraries
indicators in.vcxproj
files.