https://github.com/Kitware/CMake
Revision 905e738ffeb1ec1b5d1a376b99e300a8787f7255 authored by Stephen Kelly on 28 January 2016, 21:10:26 UTC, committed by Stephen Kelly on 13 June 2016, 18:19:16 UTC
1 parent 0a9094c
Raw File
Tip revision: 905e738ffeb1ec1b5d1a376b99e300a8787f7255 authored by Stephen Kelly on 28 January 2016, 21:10:26 UTC
Parser: Out-of-line conditional code to cmMakefile
Tip revision: 905e738
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top