https://github.com/Kitware/CMake
Revision 48cb388ead09794aae01328d83620e10a8f7636b authored by Eric NOULARD on 10 June 2016, 13:28:05 UTC, committed by Brad King on 10 June 2016, 14:45:25 UTC
1 parent f67afbd
Raw File
Tip revision: 48cb388ead09794aae01328d83620e10a8f7636b authored by Eric NOULARD on 10 June 2016, 13:28:05 UTC
bash-completion: Fix cmake --help-policy lookup
Tip revision: 48cb388
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top