mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
0199dd9f1b
This is needed so that the caller can add a dependency on the cache file. Fixes: #20668
4 lines
99 B
CMake
4 lines
99 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/data.cmake"
|
|
"set(cache_args -Dcache_arg:STRING=first)
|
|
")
|