https://github.com/Kitware/CMake
Revision e9d3557ccc4b26503aa7d59ec2eaf179c9924a5b authored by Brad King on 10 January 2017, 18:15:58 UTC, committed by Brad King on 10 January 2017, 18:15:58 UTC
2 parent s c046356 + a9b9350
Raw File
Tip revision: e9d3557ccc4b26503aa7d59ec2eaf179c9924a5b authored by Brad King on 10 January 2017, 18:15:58 UTC
Merge branch 'FindBoost-1.63' into release
Tip revision: e9d3557
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top