Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into deployqt4-cmp0080-fix | Kyle Edwards | 2018-10-19 | 1 | -3/+9 |
|\ | |||||
| * | cmake_policy: Add undocumented GET_WARNING command | Kyle Edwards | 2018-10-10 | 1 | -3/+8 |
|/ | | | | | | | This command is intended for modules that issue policy warnings so they can get the warning string from CMake in a uniform manner, rather than duplicating the string. Several modules been updated to include an example of the usage of this new command. | ||||
* | BundleUtilities: Disallow inclusion at configure time | Kyle Edwards | 2018-09-19 | 9 | -0/+31 |
This commit adds a new CMake policy, CMP0080, which prohibits the inclusion of BundleUtilities at configure time. The old behavior is to allow the inclusion. |