https://github.com/Kitware/CMake
Revision cbe3ee58ca568ede66ff04abb6b73ac39b092701 authored by Stephen Kelly on 18 July 2015, 16:59:18 UTC, committed by Stephen Kelly on 18 July 2015, 16:59:18 UTC
1 parent e7fbd48
Raw File
Tip revision: cbe3ee58ca568ede66ff04abb6b73ac39b092701 authored by Stephen Kelly on 18 July 2015, 16:59:18 UTC
cmMakefile: Add a PropertyKeys accessor.
Tip revision: cbe3ee5
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top