https://github.com/Kitware/CMake
Revision 1f466935da2b04862307d126da0cf4d6b604d613 authored by Brad King on 06 June 2019, 14:15:33 UTC, committed by Brad King on 06 June 2019, 14:18:33 UTC
2 parent s 501a3cf + 923f58e
Raw File
Tip revision: 1f466935da2b04862307d126da0cf4d6b604d613 authored by Brad King on 06 June 2019, 14:15:33 UTC
Merge branch 'doc-xlclang-id' into release-3.15
Tip revision: 1f46693
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top