CMake/Help/release/dev
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
..
0-sample-topic.rst Begin post-3.2 development 2015-02-05 09:59:04 -05:00
FindBoost-per-config-libraries.rst Help: Add notes for topic 'FindBoost-per-config-libraries' 2015-02-05 10:57:34 -05:00
add-CheckFortranCompilerFlag.rst Help: Add notes for topic 'add-CheckFortranCompilerFlag' 2015-02-05 11:18:41 -05:00
export-interface-source-files.rst Add release notes for export-interface-source-files. 2015-02-11 00:51:35 +01:00
install-DESTINATION-genex.rst install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00
makefile-progress-improvements.rst Help: Add notes for topic 'makefile-progress-improvements' 2015-02-06 19:16:45 -05:00