https://github.com/Kitware/CMake
Revision 90f91e4d217e64c5a68c8069500b83329eaee6b9 authored by Alex Turbov on 05 July 2019, 23:53:32 UTC, committed by Brad King on 15 July 2019, 12:17:36 UTC
1 parent 638383c
Raw File
Tip revision: 90f91e4d217e64c5a68c8069500b83329eaee6b9 authored by Alex Turbov on 05 July 2019, 23:53:32 UTC
Refactor: Replace a "magic" number w/ a named constant
Tip revision: 90f91e4
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top