https://github.com/Kitware/CMake
Revision eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 authored by Brad King on 28 June 2016, 13:15:25 UTC, committed by Brad King on 28 June 2016, 13:15:25 UTC
2 parent s 76c66bf + c6a077d
Raw File
Tip revision: eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 authored by Brad King on 28 June 2016, 13:15:25 UTC
Merge branch 'doc-cross-reference-lang-standard-and-extensions' into release
Tip revision: eb6f817
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top