https://github.com/Kitware/CMake
Revision 8e71d199dc6e07164cb8e86e7217ac4004d44476 authored by Brad King on 09 July 2020, 10:49:15 UTC, committed by Kitware Robot on 09 July 2020, 10:49:21 UTC
e8051b1f20 FindJava: Update check to avoid accepting macOS stub 'java' as Java

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4993
2 parent s e69c64a + e8051b1
Raw File
Tip revision: 8e71d199dc6e07164cb8e86e7217ac4004d44476 authored by Brad King on 09 July 2020, 10:49:15 UTC
Merge topic 'FindJava-no-macos-stub' into release-3.18
Tip revision: 8e71d19
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top