https://github.com/Kitware/CMake
Revision 604fa62c01cea3dd6a90790f89ce12e4f0f28259 authored by Craig Scott on 30 October 2020, 11:15:23 UTC, committed by Kitware Robot on 30 October 2020, 11:15:40 UTC
49fce3373b Help: Clarify string(JSON) error handling

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5427
2 parent s f506cc6 + 49fce33
Raw File
Tip revision: 604fa62c01cea3dd6a90790f89ce12e4f0f28259 authored by Craig Scott on 30 October 2020, 11:15:23 UTC
Merge topic 'string-json-doc-update' into release-3.19
Tip revision: 604fa62
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top