https://github.com/Kitware/CMake
Raw File
Tip revision: 9684a589caf9a7ad5ea4e428e404313b6fd2b730 authored by Sean McBride on 17 June 2022, 23:57:11 UTC
Source: Replace uses of sprintf with safer snprintf in CMake 3.24 branch
Tip revision: 9684a58
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top