https://github.com/Kitware/CMake
Revision 13549674cc8f2b72380aa4a367fef3bce26a5131 authored by Alex Turbov on 13 July 2021, 02:03:54 UTC, committed by Brad King on 13 July 2021, 12:36:12 UTC
1 parent 7add10f
Raw File
Tip revision: 13549674cc8f2b72380aa4a367fef3bce26a5131 authored by Alex Turbov on 13 July 2021, 02:03:54 UTC
Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")`
Tip revision: 1354967
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top