https://github.com/Kitware/CMake
Raw File
Tip revision: 0c3ddf8b652311ec2a9447a9e6303691841628b4 authored by Brad King on 24 October 2014, 17:38:32 UTC
Merge branch 'revert-definition-map-lookup' into release
Tip revision: 0c3ddf8
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top