https://github.com/Kitware/CMake
Raw File
Tip revision: 05610bf2832bb401d997fee58b9f48248ec994f9 authored by KWSys Robot on 12 June 2011, 04:01:09 UTC
KWSys Nightly Date Stamp
Tip revision: 05610bf
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top