https://github.com/Kitware/CMake
Raw File
Tip revision: 3ff95f3b0b1eed95aa6e4d6baa59c68a047072ea authored by Stephen Kelly on 05 March 2015, 22:14:27 UTC
cmAlgorithms: Add early return in cmRemoveIndices.
Tip revision: 3ff95f3
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top