https://github.com/Kitware/CMake
Revision 412189bce78a9862e22853ec29ae73de4885eb27 authored by Brad King on 15 September 2021, 14:05:12 UTC, committed by Brad King on 15 September 2021, 19:28:53 UTC
1 parent 8ecd958
Raw File
Tip revision: 412189bce78a9862e22853ec29ae73de4885eb27 authored by Brad King on 15 September 2021, 14:05:12 UTC
curl: Set build options the way we need for CMake
Tip revision: 412189b
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top