https://github.com/Kitware/CMake
Revision c433a831c28e75a56277cf91755b371b80fa590f authored by Brad King on 08 August 2023, 13:44:23 UTC, committed by Kitware Robot on 08 August 2023, 13:52:25 UTC
efa0e2ddaf FindJNI: Update for Xcode greater than 12.1 on macOS

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8690
2 parent s 741d198 + efa0e2d
Raw File
Tip revision: c433a831c28e75a56277cf91755b371b80fa590f authored by Brad King on 08 August 2023, 13:44:23 UTC
Merge topic 'FindJNI-xcode-12.2' into release-3.27
Tip revision: c433a83
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top