Revision af39f11521af7fc2ec037103df1ad5a616dd7f19 authored by Mike Fitzgerald on 08 January 2016, 22:33:28 UTC, committed by Brad King on 11 January 2016, 18:04:34 UTC
These have been documented but previously only implemented for VS 2008
and below.
1 parent cedbb79
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top