From 3ed5168d6ca740d562a2351cc473d955e2eae07f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:23:26 +0000 Subject: [PATCH] chore(deps): update dependency aminya/project_options to v0.41.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a04dfef..81210ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ CPMAddPackage("gh:jarro2783/cxxopts@3.3.1") CPMAddPackage("gh:Tessil/ordered-map@1.2.0") CPMAddPackage("gh:python/cpython@3.9.25") CPMAddPackage("gh:antirez/linenoise#2.0") -CPMAddPackage("gh:aminya/project_options@0.41.0") +CPMAddPackage("gh:aminya/project_options@0.41.1") if(linenoise_ADDED) add_library(linenoise ${linenoise_SOURCE_DIR}/linenoise.c)