summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/ExternalProject
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: expose _ep_cache_args_script to the callerBen Boeckel2020-05-121-0/+14
This is needed so that the caller can add a dependency on the cache file. Fixes: #20668