https://github.com/Kitware/CMake
Revision dff42d481230599ba7962a5895d75e7c0d16939e authored by Sebastian Holtermann on 30 May 2019, 09:52:22 UTC, committed by Sebastian Holtermann on 30 May 2019, 16:21:40 UTC
1 parent df72f06
Raw File
Tip revision: dff42d481230599ba7962a5895d75e7c0d16939e authored by Sebastian Holtermann on 30 May 2019, 09:52:22 UTC
Ninja: Use cmNinjaBuild instead of WritePhonyBuild
Tip revision: dff42d4
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top