install: Teach CODE,SCRIPT modes to evaluate generator expressions

This also introduces CMP0087 which will keep the OLD behaviour of not
evaluating generator expressions

Fixes: #15785
This commit is contained in:
Jon Chronopoulos
2018-11-29 21:11:07 +11:00
committed by Craig Scott
parent cb995ddea2
commit 25cae1e85d
16 changed files with 165 additions and 15 deletions
@@ -0,0 +1,5 @@
install-code-script-genex
-------------------------
* The :command:`install(CODE)` and :command:`install(SCRIPT)` commands
learned to support generator expressions. See policy :policy:`CMP0087`.