https://github.com/Kitware/CMake
Raw File
Tip revision: 6fb747a01c27a2226fe4cbf77bc19e6d21286f81 authored by Brad King on 30 September 2019, 19:30:00 UTC
CMake 3.15.4
Tip revision: 6fb747a
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top