https://github.com/Kitware/CMake
Raw File
Tip revision: 16fbb8c14245da53f49b0991ad530198262c5f85 authored by Brad King on 29 August 2024, 18:33:54 UTC
CMake 3.29.8
Tip revision: 16fbb8c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top