Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add platform-specific initialization step when enabling languages | Brad King | 2014-04-29 | 1 | -0/+20 |
Create a Modules/CMakeSystemSpecificInitialize.cmake module loaded after CMakeSystem.cmake but before per-language initialization. Use it to load an optional Platform/<os>-Initialize.cmake module. This will be useful to do per-platform initialization that does not depend on the language and use the results when enabling specific languages. |