https://github.com/Kitware/CMake
Revision c6312835d5813fadf7dc818878d6c824bfece44b authored by Kitware Robot on 30 January 2018, 05:01:05 UTC, committed by Kitware Robot on 30 January 2018, 05:01:05 UTC
1 parent 92cd3d0
Raw File
Tip revision: c6312835d5813fadf7dc818878d6c824bfece44b authored by Kitware Robot on 30 January 2018, 05:01:05 UTC
CMake Nightly Date Stamp
Tip revision: c631283
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top