https://github.com/Kitware/CMake
Revision 277b7567f747bbfd8658a395da8eba79a2e01037 authored by Brad King on 23 March 2016, 20:18:08 UTC, committed by Brad King on 23 March 2016, 20:18:08 UTC
2 parent s f77ad2c + c610402
Raw File
Tip revision: 277b7567f747bbfd8658a395da8eba79a2e01037 authored by Brad King on 23 March 2016, 20:18:08 UTC
Merge branch 'fix-variable_watch-reallocation' into release
Tip revision: 277b756
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top