mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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.
|