https://github.com/Kitware/CMake
Revision 7517923418790e41b67a2908d1aec2b4ffe72314 authored by Brad King on 16 November 2023, 15:22:56 UTC, committed by Brad King on 17 November 2023, 14:58:21 UTC
1 parent 4055272
Raw File
Tip revision: 7517923418790e41b67a2908d1aec2b4ffe72314 authored by Brad King on 16 November 2023, 15:22:56 UTC
codespell: Match valgrind output without repeating a spelling error
Tip revision: 7517923
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top