Skip to content

Commit 10f1bc2

Browse files
committed
Upgrade to ryml 0.7.2
1 parent b11105d commit 10f1bc2

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ endif()
497497
#
498498

499499
if((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}"

ci/install_ryml.sh

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,12 @@
55

66
set -ex
77
export 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

1510
BUILD_DIR=/tmp/
1611
INSTALL_DIR=/usr/local/
1712
pushd $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

2415
cd rapidyaml
2516
RYML_BUILD_OPTIONS=(

0 commit comments

Comments
 (0)