https://github.com/Kitware/CMake
Revision 192de486dfc981b6560bcfa08eeba903611d47d4 authored by Brad King on 08 March 2008, 14:13:13 UTC, committed by Brad King on 08 March 2008, 14:13:13 UTC
1 parent 2442724
Raw File
Tip revision: 192de486dfc981b6560bcfa08eeba903611d47d4 authored by Brad King on 08 March 2008, 14:13:13 UTC
ENH: Cleanup policy generic documentation. Cleanup some policy error/warning messages.
Tip revision: 192de48
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top