https://github.com/Kitware/CMake
Revision 29907992277e0145a83368f3e8674b0608d745c5 authored by Brad King on 29 August 2017, 19:33:24 UTC, committed by Brad King on 29 August 2017, 19:33:24 UTC
2 parent s 0584079 + 18454ea
Raw File
Tip revision: 29907992277e0145a83368f3e8674b0608d745c5 authored by Brad King on 29 August 2017, 19:33:24 UTC
Merge branch 'fix-find-package-mode' into release-3.9
Tip revision: 2990799
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top