https://github.com/Kitware/CMake
Revision 8c420ad3145306ff3606e9697fe2421a7bacfc64 authored by Brad King on 19 May 2014, 13:17:38 UTC, committed by Brad King on 19 May 2014, 13:17:38 UTC
2 parent s e07f406 + 40b9cd0
Raw File
Tip revision: 8c420ad3145306ff3606e9697fe2421a7bacfc64 authored by Brad King on 19 May 2014, 13:17:38 UTC
Merge branch 'backport-fix-CMP0022-language-propagation' into release
Tip revision: 8c420ad
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top