mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
install: Teach CODE,SCRIPT modes to evaluate generator expressions
Fixes: #15785
This commit is contained in:
committed by
Brad King
parent
acaaca968c
commit
6dad812143
@@ -427,6 +427,10 @@ example, the code
|
||||
|
||||
will print a message during installation.
|
||||
|
||||
The contents of ``SCRIPT`` or ``CODE`` may use "generator expressions" with
|
||||
the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
|
||||
manual for available expressions.
|
||||
|
||||
Installing Exports
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user