https://github.com/Kitware/CMake
Revision 5479074be1d64213cb3d7ccd124b9fa1d6e0cad4 authored by Rechi Rechi on 24 July 2017, 10:11:24 UTC, committed by Brad King on 02 August 2017, 15:30:48 UTC
Fix typo in commit v3.8.0-rc1~112^2 (FindJava: add hints for jre,
2017-01-11).
1 parent f15cfd8
Raw File
Tip revision: 5479074be1d64213cb3d7ccd124b9fa1d6e0cad4 authored by Rechi Rechi on 24 July 2017, 10:11:24 UTC
FindJava: fix hint for windows jre 1.6
Tip revision: 5479074
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top