https://github.com/Kitware/CMake
Raw File
Tip revision: 612409e5b01a7e4823bb379ee9e002177793eb75 authored by Brad King on 13 November 2009, 14:07:10 UTC
CMake 2.8.0
Tip revision: 612409e
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top