https://github.com/Kitware/CMake
Raw File
Tip revision: 566e96d42db35e2c88ceb5d0f3de49736295c496 authored by Brad King on 15 September 2020, 12:34:16 UTC
CMake 3.17.5
Tip revision: 566e96d
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top