Files
CMake/Help/release/dev/vs-UseDebugLibraries.rst
Brad King 721d8b192a VS: Add UseDebugLibraries to vcxproj files by default
Use heuristics to select a reasonable value.  Add policy CMP0162
to provide compatibility with existing projects.

Fixes: #25327
2024-02-22 08:43:16 -05:00

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.