blob: 62c66e0a265a586869c1874c78d11165280d5869 (
plain)
1
2
3
4
5
6
7
|
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`.
|