https://github.com/Kitware/CMake
Revision 78e6217f314f22fa531261ee16b519a0dd751def authored by Stephen Kelly on 16 March 2013, 20:42:19 UTC, committed by Brad King on 18 March 2013, 13:35:07 UTC
Otherwise, it seems to match on the content of the variable.
1 parent 253a913
Raw File
Tip revision: 78e6217f314f22fa531261ee16b519a0dd751def authored by Stephen Kelly on 16 March 2013, 20:42:19 UTC
FPHSA: Fix FOUND_VAR check to work with if() auto-dereference
Tip revision: 78e6217
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top