https://github.com/Kitware/CMake
Revision 7f459a664cdb74693af2e0ec4cfd3d1c46b21b76 authored by Brad King on 08 October 2013, 18:21:25 UTC, committed by Brad King on 08 October 2013, 18:21:25 UTC
Drop the HELP_XCODE workarounds needed on older Xcode versions when
using Xcode >= 5.  We now expect builds and rebuilds to work using
proper dependencies with no special help.
1 parent 40c8468
Raw File
Tip revision: 7f459a664cdb74693af2e0ec4cfd3d1c46b21b76 authored by Brad King on 08 October 2013, 18:21:25 UTC
Xcode: Teach BuildDepends test that Xcode >= 5 needs no help
Tip revision: 7f459a6
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top