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