Revision 90bd16419343ada9f026ce8387fafff9c3546a10 authored by Kitware Robot on 24 April 2013, 04:01:07 UTC, committed by Kitware Robot on 24 April 2013, 04:01:07 UTC
1 parent 2baf851
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top