https://github.com/Kitware/CMake
Revision 3ff95f3b0b1eed95aa6e4d6baa59c68a047072ea authored by Stephen Kelly on 05 March 2015, 22:14:27 UTC, committed by Stephen Kelly on 10 March 2015, 20:20:58 UTC
Avoid derefencing the iterator and segfaulting if the range
is empty.
1 parent 1a8e4c8
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