https://github.com/Kitware/CMake
Revision 5079cc1243e3ffaea353c88a97b7d605c0807667 authored by Kitware Robot on 19 January 2016, 05:01:07 UTC, committed by Kitware Robot on 19 January 2016, 05:01:07 UTC
1 parent 03c0303
Raw File
Tip revision: 5079cc1243e3ffaea353c88a97b7d605c0807667 authored by Kitware Robot on 19 January 2016, 05:01:07 UTC
CMake Nightly Date Stamp
Tip revision: 5079cc1
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top