https://github.com/Kitware/CMake
Revision 4c2993df63ec7b5b5a85a4633a67496f742dd361 authored by Brad King on 01 June 2016, 14:55:45 UTC, committed by Brad King on 01 June 2016, 14:55:45 UTC
Release versions do not have the development topic section of
the CMake Release Notes index page.
1 parent 9d81f1b
Raw File
Tip revision: 4c2993df63ec7b5b5a85a4633a67496f742dd361 authored by Brad King on 01 June 2016, 14:55:45 UTC
Help: Drop development topic notes to prepare release
Tip revision: 4c2993d
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top