Revision 85fe9400cd68805501d2cd98cf7375c8845492f6 authored by Brad King on 30 January 2015, 15:23:05 UTC, committed by CMake Topic Stage on 30 January 2015, 15:23:05 UTC
8a93d3ea Ninja: Use "deps = msvc" only for C and CXX (#15253)

2 parent s e62e04f + 8a93d3e
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top