https://github.com/Kitware/CMake
Raw File
Tip revision: 4abdee6ba3a5234f6b5fb9d6441ef09c99d79ca7 authored by Brad King on 05 November 2013, 17:30:20 UTC
CMake 2.8.12.1
Tip revision: 4abdee6
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top