https://github.com/Kitware/CMake
Revision 719b24c87244ac612cfdc85da0e75140b87df673 authored by Sebastian Holtermann on 03 April 2018, 10:29:47 UTC, committed by Sebastian Holtermann on 03 April 2018, 15:20:30 UTC
1 parent 9a73615
Raw File
Tip revision: 719b24c87244ac612cfdc85da0e75140b87df673 authored by Sebastian Holtermann on 03 April 2018, 10:29:47 UTC
Autogen: Protected calls to cmQtAutoGen::SubDirPrefix
Tip revision: 719b24c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top