https://github.com/Kitware/CMake
Revision b6da87c13f89efe461826f0bde28e7731c5f30f4 authored by Brad King on 10 August 2020, 15:20:53 UTC, committed by Kitware Robot on 10 August 2020, 15:23:14 UTC
97d581b25d Xcode: Explicitly turn off signing in try_compile projects

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5117
2 parent s cb1f2cf + 97d581b
Raw File
Tip revision: b6da87c13f89efe461826f0bde28e7731c5f30f4 authored by Brad King on 10 August 2020, 15:20:53 UTC
Merge topic 'xcode-try_compile-no-sign-backport' into release-3.18
Tip revision: b6da87c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top