https://github.com/Kitware/CMake
Raw File
Tip revision: ffff99c58e00bcf068c59cadba0706eb5f342124 authored by Brad King on 07 October 2013, 12:28:26 UTC
CMake 2.8.12
Tip revision: ffff99c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top