CMake/Help
Nick Lewis 18ce97c4a2 install: Add EXCLUDE_FROM_ALL option (#14921)
Let us take an example of a project that has some tests in a component
that need to be installed into a dedicated test package.  The user
expectation is that the result could be achieved by typing the
following:

    make
    make tests
    make install
    DESTDIR=/testpkgs make install-tests

However this results in test components in the default installation as
well as the testpkg.

Add an EXCLUDE_FROM_ALL option to the install() command to tell it that
the installation rule should not be included unless its component is
explicitly specified for installation.
2016-02-04 09:16:56 -05:00
..
command install: Add EXCLUDE_FROM_ALL option (#14921) 2016-02-04 09:16:56 -05:00
generator Revert "Qbs: Add new 'extra' generator for qbs project files" 2015-05-21 09:05:58 -04:00
include Help: Reorganize and refine discussion of relocatable packages 2015-04-03 10:52:24 -04:00
manual Help: Fix typo in `cmake-developer(7)` manual 2016-02-01 10:36:25 -05:00
module FindXalanC: New module to find the Apache Xalan-C++ library 2016-01-20 09:33:38 -05:00
policy Help: Clarify policy `CMP0040` documentation (#15681) 2016-01-28 10:13:18 -05:00
prop_cache
prop_dir Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856) 2015-11-23 13:42:37 -05:00
prop_gbl Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docs 2015-08-03 10:25:53 -04:00
prop_inst CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 2015-02-21 18:07:36 +01:00
prop_sf Help: Update documentation to reflect support for iOS 2015-11-23 10:04:10 -05:00
prop_test Help: Link to properties in set_tests_properties. 2015-04-04 19:14:56 +02:00
prop_tgt Xcode: Add support for combined install on iOS 2015-12-10 22:36:12 +01:00
release Begin post-3.5 development 2016-02-02 08:40:37 -05:00
variable Merge topic 'vs-win10-sdk' 2016-01-25 09:47:11 -05:00
index.rst