summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BundleUtilities
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into deployqt4-cmp0080-fixKyle Edwards2018-10-191-3/+9
|\
| * cmake_policy: Add undocumented GET_WARNING commandKyle Edwards2018-10-101-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 timeKyle Edwards2018-09-199-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.