https://github.com/Kitware/CMake
Revision cfd338728bcc11a192378748940620c780d88668 authored by Kitware Robot on 13 January 2018, 05:03:35 UTC, committed by Kitware Robot on 13 January 2018, 05:03:35 UTC
1 parent 46ad721
Raw File
Tip revision: cfd338728bcc11a192378748940620c780d88668 authored by Kitware Robot on 13 January 2018, 05:03:35 UTC
CMake Nightly Date Stamp
Tip revision: cfd3387
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top