https://github.com/Kitware/CMake
Revision fe05ad975292a2ff57a66746f1aa3870217f1ddd authored by Brad King on 01 December 2015, 13:46:55 UTC, committed by Brad King on 01 December 2015, 13:46:55 UTC
2 parent s 2218962 + e25f294
Raw File
Tip revision: fe05ad975292a2ff57a66746f1aa3870217f1ddd authored by Brad King on 01 December 2015, 13:46:55 UTC
Merge branch 'upstream-kwsys' into update-kwsys
Tip revision: fe05ad9
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top