https://github.com/Kitware/CMake
Revision c79032438c5f90ca957b1a02886e60835d5d6e47 authored by Brad King on 18 July 2019, 11:14:55 UTC, committed by Brad King on 18 July 2019, 11:14:55 UTC
2 parent s 79bcf4e + 696d0f9
Raw File
Tip revision: c79032438c5f90ca957b1a02886e60835d5d6e47 authored by Brad King on 18 July 2019, 11:14:55 UTC
Merge branch 'FindPython-interpreter-crosscompiling' into release-3.15
Tip revision: c790324
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top