https://github.com/Kitware/CMake
Revision e4ea628b42bcef9dafbc504a62d2b9c8cfc8521c authored by Brad King on 07 August 2017, 14:16:53 UTC, committed by Brad King on 07 August 2017, 14:22:13 UTC
1 parent 44e5fb9
Raw File
Tip revision: e4ea628b42bcef9dafbc504a62d2b9c8cfc8521c authored by Brad King on 07 August 2017, 14:16:53 UTC
expat: Update CMake build for 2.2.3
Tip revision: e4ea628
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top