https://github.com/Kitware/CMake
Revision 16327086f020e5a2f4267e327e27b50b73e131ca authored by Brad King on 23 July 2020, 18:11:47 UTC, committed by Kitware Robot on 23 July 2020, 18:11:52 UTC
2b60088d14 Help: Update file(GET_RUNTIME_DEPENDENCIES) prose to match option names

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5053
2 parent s 4b1c6f9 + 2b60088
Raw File
Tip revision: 16327086f020e5a2f4267e327e27b50b73e131ca authored by Brad King on 23 July 2020, 18:11:47 UTC
Merge topic 'file-GET_RUNTIME_DEPENDENCIES-terms' into release-3.18
Tip revision: 1632708
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top