swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: b3de2a8e6451c9138948c23a974740823ade8263 authored by Brad King on 01 June 2015, 13:39:26 UTC
CMake 3.2.3
Tip revision: b3de2a8
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top