https://github.com/Kitware/CMake
Revision 5e98111643e22ad515afa2bf48a92573b6987115 authored by Brad King on 12 April 2019, 12:02:19 UTC, committed by Brad King on 12 April 2019, 12:02:19 UTC
1 parent 6a39d3d
Raw File
Tip revision: 5e98111643e22ad515afa2bf48a92573b6987115 authored by Brad King on 12 April 2019, 12:02:19 UTC
CMake 3.14.2
Tip revision: 5e98111
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top