From 0daba0cbefbfd825bdd48a83a7d84e563fb6365a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 05:44:26 +0000 Subject: [PATCH] chore(deps): update dependency aminya/project_options to v0.44.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bef10194..ae1934fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,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.43.0") +CPMAddPackage("gh:aminya/project_options@0.44.0") if(linenoise_ADDED) add_library(linenoise ${linenoise_SOURCE_DIR}/linenoise.c)