https://github.com/Kitware/CMake
Revision 66077528f944b1753715defd443f77e614874eb6 authored by Brad King on 20 July 2022, 16:39:37 UTC, committed by Kitware Robot on 20 July 2022, 16:39:43 UTC
70c26a65b7 Help: Clarify execute_process OS-specific command-line encoding

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7492
2 parent s 9306a5a + 70c26a6
Raw File
Tip revision: 66077528f944b1753715defd443f77e614874eb6 authored by Brad King on 20 July 2022, 16:39:37 UTC
Merge topic 'doc-execute_process' into release-3.24
Tip revision: 6607752
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top