https://github.com/Kitware/CMake
Raw File
Tip revision: 6218aba37ad9990304f91bf6c27e014fbf8ad684 authored by David Cole on 18 April 2012, 16:03:39 UTC
CMake 2.8.8
Tip revision: 6218aba
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top