From 3405e87dbed9f0e9fdb0f1e63d163504693361cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 06:20:06 +0000 Subject: [PATCH] chore(deps): update dependency aminya/project_options to v0.43.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b6f7e74..bef10194 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.42.1") +CPMAddPackage("gh:aminya/project_options@0.43.0") if(linenoise_ADDED) add_library(linenoise ${linenoise_SOURCE_DIR}/linenoise.c)