https://github.com/Kitware/CMake
Raw File
Tip revision: fca4423786ba2c4a5ab0ec6c1a1cbac8cd8600b4 authored by Brad King on 10 August 2017, 13:36:24 UTC
CMake 3.9.1
Tip revision: fca4423
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top