On Mon, 23 Jan 2023 14:03:53 GMT, Magnus Ihse Bursie <[email protected]> wrote:
>> Mikael Vidstedt has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update doc/building.html > > make/autoconf/lib-tests.m4 line 63: > >> 61: # Verify that the version is the required one. >> 62: GTEST_VERSION_1="`$GREP GOOGLETEST_VERSION >> $GTEST_FRAMEWORK_SRC/CMakeLists.txt | $SED -E -e 's/set\(GOOGLETEST_VERSION >> (.*)\)/\1/'`" >> 63: if test "x$GTEST_VERSION_1" != "x1.13.0"; then > > Can you extract this value as a "constant" and put it next to > `JTREG_MINIMUM_VERSION` in the top of the file? (Also in the error message) Updated the logic to match that used for jtreg. ------------- PR: https://git.openjdk.org/jdk/pull/12125
