CMake/Tests/RunCMake/install
Brad King f30022eb07 install: Allow generator expressions in TARGETS DESTINATION (#14317)
This will allow per-config destinations for targets in EXPORT sets.
Using multiple install(TARGETS) with separate CONFIGURATIONS is
rejected as a target appearing more than once in an export set.
Now instead one can write

 install(TARGETS foo EXPORT exp DESTINATION lib/$<CONFIG>)

to get a single logical membership of the target in the export set
while still having a per-config destination.
2015-02-11 15:15:33 -05:00
..
dir file(INSTALL): Report existing DIRECTORY as Up-to-date 2014-06-24 12:52:11 -04:00
CMakeLists.txt InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
DIRECTORY-MESSAGE_NEVER-check.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-MESSAGE_NEVER.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-PATTERN-MESSAGE_NEVER-result.txt install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-PATTERN-MESSAGE_NEVER-stderr.txt install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-PATTERN-MESSAGE_NEVER.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-message-check.cmake file(INSTALL): Report existing DIRECTORY as Up-to-date 2014-06-24 12:52:11 -04:00
DIRECTORY-message-lazy-check.cmake install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-message-lazy.cmake install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-message.cmake install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 2014-06-24 13:18:20 -04:00
RunCMakeTest.cmake install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00
SkipInstallRulesNoWarning1-check.cmake InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
SkipInstallRulesNoWarning1.cmake InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
SkipInstallRulesNoWarning2-check.cmake InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
SkipInstallRulesNoWarning2.cmake InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
SkipInstallRulesWarning-check.cmake InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
SkipInstallRulesWarning-stderr.txt InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
SkipInstallRulesWarning.cmake InstallRules: added new variable to disable generation of install rules 2014-01-08 16:28:14 +01:00
TARGETS-DESTINATION-bad-result.txt install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00
TARGETS-DESTINATION-bad-stderr.txt install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00
TARGETS-DESTINATION-bad.cmake install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00
empty.c install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00