https://github.com/Kitware/CMake
Revision a666810643ff2b6197c16e8221a2c031c0c8c94f authored by KWSys Robot on 15 June 2011, 04:01:04 UTC, committed by KWSys Robot on 15 June 2011, 04:13:09 UTC
1 parent cc746a6
Raw File
Tip revision: a666810643ff2b6197c16e8221a2c031c0c8c94f authored by KWSys Robot on 15 June 2011, 04:01:04 UTC
KWSys Nightly Date Stamp
Tip revision: a666810
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top