-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for tools.cmake.cmaketoolchain:extra_variables (#16242)
* Added support for tools.cmake.cmaketoolchain:extra_variables (#16222) * Moved extra_variable from GenericSystemBlock to new block which will be executed later * Moved extra variables just before the try_compile block. This will allow users to re-define variables * Added extra parse layout for cmaketoolchain:extra_variables Now it admits not only plain key:value pairs but dictionary values in the form: {'value': <value>, 'cache': <true/false>, 'type': <cache_type>, 'docstring': <cache docstring> } * Fix comments
- Loading branch information
Showing
4 changed files
with
99 additions
and
2 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
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