Revision 021a74a6cbc01728964c55c88233491a30f0d812 authored by Brad King on 02 February 2016, 13:34:47 UTC, committed by Brad King on 02 February 2016, 13:34:47 UTC
Release versions do not have the development topic section of
the CMake Release Notes index page.
1 parent a5a5a68
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top