https://github.com/Kitware/CMake
Revision e02cf3f1906dda51e5cdf8ae38b3eb46176a90f1 authored by Ben McMorran on 12 July 2023, 01:15:30 UTC, committed by Brad King on 12 July 2023, 14:09:21 UTC
1 parent fbe5f49
Raw File
Tip revision: e02cf3f1906dda51e5cdf8ae38b3eb46176a90f1 authored by Ben McMorran on 12 July 2023, 01:15:30 UTC
Debugger: Correctly handle clients without supportsVariableType
Tip revision: e02cf3f
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top