File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ endif()
497497#
498498
499499if ((NOT WITH_API_ONLY) AND WITH_CONFIGURATION)
500- find_package (ryml 0.7.1 REQUIRED)
500+ find_package (ryml 0.7.2 REQUIRED)
501501 message (
502502 STATUS
503503 "Found ryml: include ${RYML_INCLUDE_DIR} , lib ${RYML_LIB_DIR} , version ${ryml_VERSION} "
Original file line number Diff line number Diff line change 55
66set -ex
77export DEBIAN_FRONTEND=noninteractive
8-
9- # See https://github.com/biojppm/rapidyaml/issues/468
10- # [ -z "${RYML_VERSION}" ] && export RYML_VERSION="v0.7.1"
11-
12- # work around:
13- [ -z " ${RYML_VERSION} " ] && export RYML_VERSION=" v0.7.1-marc"
8+ [ -z " ${RYML_VERSION} " ] && export RYML_VERSION=" v0.7.2"
149
1510BUILD_DIR=/tmp/
1611INSTALL_DIR=/usr/local/
1712pushd $BUILD_DIR
18- # See https://github.com/biojppm/rapidyaml/issues/468
19- # git clone --recursive -b ${RYML_VERSION} https://github.com/biojppm/rapidyaml.git
20-
21- # Work around
22- git clone --recursive -b ${RYML_VERSION} https://github.com/marcalff/rapidyaml.git
13+ git clone --recursive -b ${RYML_VERSION} https://github.com/biojppm/rapidyaml.git
2314
2415cd rapidyaml
2516RYML_BUILD_OPTIONS=(
You can’t perform that action at this time.
0 commit comments