blob: ace94e48b054b0d377bd73e49039042eca512a1e (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD
-----------------------------------------
.. versionadded:: 3.3
Include ``INSTALL`` target to default build.
In Visual Studio solution, by default the ``INSTALL`` target will not be part
of the default build. Setting this variable will enable the ``INSTALL`` target
to be part of the default build.
|