Revision 84148558fd0a0c28c487b28663666c66f5d4a2af authored by Brad King on 20 August 2020, 11:53:06 UTC, committed by Kitware Robot on 20 August 2020, 11:53:12 UTC
2 parent s 4535963 + 590b879
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top