https://github.com/Kitware/CMake
Revision 8212b0880d4b481496306535b58adcd9121fd71b authored by Brad King on 12 July 2019, 20:12:12 UTC, committed by Kitware Robot on 12 July 2019, 20:12:20 UTC
b8828ecbba cmake -E: Add true and false commands

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3542
2 parent s 82a72bf + b8828ec
Raw File
Tip revision: 8212b0880d4b481496306535b58adcd9121fd71b authored by Brad King on 12 July 2019, 20:12:12 UTC
Merge topic 'cmake-e-true-false'
Tip revision: 8212b08
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top