mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Simplify the workflow to re-run CMake from scratch as if a build tree were never before processed, regardless of whether it has been. Fixes: #23119
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
^-- CMAKE_ARGC='8'
|
|
-- CMAKE_ARGV1='-P'
|
|
-- CMAKE_ARGV2='[^']*/Tests/RunCMake/CommandLine/P_arbitrary_args.cmake'
|
|
-- CMAKE_ARGV3='--'
|
|
-- CMAKE_ARGV4='-DFOO'
|
|
-- CMAKE_ARGV5='-S'
|
|
-- CMAKE_ARGV6='-B'
|
|
-- CMAKE_ARGV7='--fresh'
|
|
-- CMAKE_ARGV8=''$
|