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
99 B
CMake
4 lines
99 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/data.cmake"
|
|
"set(cache_args -Dcache_arg:STRING=first)
|
|
")
|