Revision 33daec1ae96752817a268fdca2518032cb9453f8 authored by Brad King on 27 January 2015, 16:22:06 UTC, committed by CMake Topic Stage on 27 January 2015, 16:22:06 UTC
7f2dc8dc configure_file: Test that CMake re-runs on input change or output missing
daf95a38 try_compile: Test that CMake re-runs on input change

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