mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
9e3164dfa2
Add a `CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD` variable to control this behavior.
8 lines
359 B
ReStructuredText
8 lines
359 B
ReStructuredText
vs-default-build-package
|
|
------------------------
|
|
|
|
* The :ref:`Visual Studio Generators` for VS 2010 and above now support
|
|
adding the PACKAGE target to the targets which are built by default.
|
|
The behavior is similar to :variable:`CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD`
|
|
and can be toggled using :variable:`CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD`.
|