Revision a218d67f500614ddd6a2ddcf9f55ad964243673f authored by Brad King on 11 August 2020, 12:56:52 UTC, committed by Kitware Robot on 11 August 2020, 12:57:00 UTC
491dddfbde Bootstrap: Add support for Ninja

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3652
2 parent s 3fb9e3c + 491dddf
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top