https://github.com/Kitware/CMake
Revision ebaa5a641026d01e58debedb92bd23322513e48c authored by Brad King on 10 March 2014, 13:38:52 UTC, committed by Brad King on 10 March 2014, 13:38:52 UTC
2 parent s 29ff93a + 112cba9
Raw File
Tip revision: ebaa5a641026d01e58debedb92bd23322513e48c authored by Brad King on 10 March 2014, 13:38:52 UTC
Merge branch 'fix-AUTOGEN-custom-command-depends' into release
Tip revision: ebaa5a6
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top