https://github.com/Kitware/CMake
Revision 3b09398ae27f0e4b5975920ac2787427ffc6ccc4 authored by Brad King on 21 July 2015, 18:27:00 UTC, committed by Brad King on 21 July 2015, 18:29:10 UTC
1 parent 265b9db
Raw File
Tip revision: 3b09398ae27f0e4b5975920ac2787427ffc6ccc4 authored by Brad King on 21 July 2015, 18:27:00 UTC
Tests: Teach RunCMake.export to enable languages only when needed
Tip revision: 3b09398
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top