From 9aac0fd369b87e965fb34b5168646387de7ea1cd Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 23 Feb 2026 11:19:52 +0100 Subject: implement yaml generation (#774) this implements a yaml generation strategy similar to the JSON generation where we just build a string instead of building a ryml tree. This also removes the dependency on ryml for reduced binary/build times. --- thirdparty/ryml/samples/fetch_content/run.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 thirdparty/ryml/samples/fetch_content/run.sh (limited to 'thirdparty/ryml/samples/fetch_content') diff --git a/thirdparty/ryml/samples/fetch_content/run.sh b/thirdparty/ryml/samples/fetch_content/run.sh deleted file mode 100755 index cb1d7a008..000000000 --- a/thirdparty/ryml/samples/fetch_content/run.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -x - -# take the build type from the command line, or default to release -cfg=${1:-Release} -# force cmake's FetchContent to choose a specific branch, or default to nothing -branch=${2:-} -# make sure to run from where this file is -cd $(dirname $0) -# configure the sample -cmake -S . -B ./build/$cfg -DCMAKE_BUILD_TYPE=$cfg -DRYML_BRANCH_NAME="$branch" -# build and run the sample -cmake --build ./build/$cfg --config $cfg --target run -- cgit v1.2.3