https://github.com/Kitware/CMake
Revision ddc7ea46961da54fe00d13f20e6192540f801949 authored by Craig Scott on 02 July 2019, 13:14:31 UTC, committed by Craig Scott on 03 July 2019, 13:38:25 UTC
1 parent c509f38
Raw File
Tip revision: ddc7ea46961da54fe00d13f20e6192540f801949 authored by Craig Scott on 02 July 2019, 13:14:31 UTC
Help: Clarify how to provide multiple targets with cmake --target
Tip revision: ddc7ea4
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top