https://github.com/Kitware/CMake
Revision 514a1dff5b532c94dca2f77ed6d8742f45c48ddc authored by Stephen Kelly on 18 July 2015, 09:09:20 UTC, committed by Stephen Kelly on 22 July 2015, 18:25:47 UTC
1 parent c7b39d0
Raw File
Tip revision: 514a1dff5b532c94dca2f77ed6d8742f45c48ddc authored by Stephen Kelly on 18 July 2015, 09:09:20 UTC
cmAlgorithms: Add some convenient typedefs.
Tip revision: 514a1df
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top