mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Use heuristics to select a reasonable value. Add policy CMP0162 to provide compatibility with existing projects. Fixes: #25327
11 lines
450 B
ReStructuredText
11 lines
450 B
ReStructuredText
vs-UseDebugLibraries
|
|
--------------------
|
|
|
|
* :ref:`Visual Studio Generators` now add ``UseDebugLibraries`` indicators to
|
|
``.vcxproj`` files to denote which configurations are debug configurations.
|
|
See policy :policy:`CMP0162`.
|
|
|
|
* The :variable:`CMAKE_VS_USE_DEBUG_LIBRARIES` variable and corresponding
|
|
:prop_tgt:`VS_USE_DEBUG_LIBRARIES` target property were added to explicitly
|
|
control ``UseDebugLibraries`` indicators in ``.vcxproj`` files.
|