Revision f0ac977d3cae2ed1618a88c5a38dba0ceb16ab41 authored by Issam E. Maghni on 14 October 2020, 18:23:59 UTC, committed by Brad King on 14 October 2020, 19:28:50 UTC
As found in “Modules/CMakeNinjaFindMake.cmake”
1 parent 1356230
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top