Files
CMake/Tests/RunCMake/BuildDepends/ExternalProjectCacheArgs.step1.cmake
Ben Boeckel 0199dd9f1b ExternalProject: expose _ep_cache_args_script to the caller
This is needed so that the caller can add a dependency on the cache
file.

Fixes: #20668
2020-05-12 10:34:23 -04:00

4 lines
99 B
CMake

file(WRITE "${RunCMake_TEST_BINARY_DIR}/data.cmake"
"set(cache_args -Dcache_arg:STRING=first)
")