summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BundleUtilities/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+0
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* BundleUtilities: do not run install_name_tool on scriptsT.J. Corona2020-07-281-0/+1
| | | | | Use the same approach as commit 08be74bfd7 (GetPrerequisites: Fix handling of executable scripts, 2018-12-16, v3.14.0-rc1~206^2).
* BundleUtilities: Disallow inclusion at configure timeKyle Edwards2018-09-191-0/+11
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.