https://github.com/Kitware/CMake
Revision bfb3f19c43a8b4f19bdbbe04d1adc444178340f3 authored by Brad King on 26 February 2014, 14:37:13 UTC, committed by Brad King on 26 February 2014, 14:37:13 UTC
2 parent s 4232246 + ad75afb
Raw File
Tip revision: bfb3f19c43a8b4f19bdbbe04d1adc444178340f3 authored by Brad King on 26 February 2014, 14:37:13 UTC
Merge branch 'INTERFACE-property-docs' into release
Tip revision: bfb3f19
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top