mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This is needed so that the caller can add a dependency on the cache file. Fixes: #20668
4 lines
107 B
CMake
4 lines
107 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/data.cmake"
|
|
"set(cache_args -Dsecond_cache_arg:STRING=second)
|
|
")
|