https://github.com/Kitware/CMake
Revision a74d125a7c67b7e4de9bd707b8c2a6d669a34fec authored by Stephen Kelly on 17 February 2014, 10:07:59 UTC, committed by Stephen Kelly on 17 February 2014, 10:07:59 UTC
 binary_find -> binary_search.
1 parent 317d849
Raw File
Tip revision: a74d125a7c67b7e4de9bd707b8c2a6d669a34fec authored by Stephen Kelly on 17 February 2014, 10:07:59 UTC
Help: Fix typo
Tip revision: a74d125
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top