-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake/extensions: support generator expressions in build_info()
This patch enables support for generator expressions in the `build_info()` function by always initializing the YAML contex with the GENEX flag. Note that while generator expressions in PATH values are supported, the conversion to CMake style paths will not be performed, since the expansion is done after all cmake code has been processed. Signed-off-by: Luca Burelli <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters