summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BundleUtilities
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0081 and belowBrad King2021-02-102-0/+19
| | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.13 and below to encourage projects to port away from setting policies to OLD.
* BundleUtilities: do not run install_name_tool on scriptsT.J. Corona2020-07-285-0/+28
| | | | | Use the same approach as commit 08be74bfd7 (GetPrerequisites: Fix handling of executable scripts, 2018-12-16, v3.14.0-rc1~206^2).
* 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.