patch release for recent fixes (#1241)

updates for patch release

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Philip Top
2025-10-25 12:53:47 -07:00
committed by GitHub
parent 8b1d067374
commit 8ddadd7cea
16 changed files with 86 additions and 23 deletions

View File

@@ -58,6 +58,7 @@ cc_test(
"OptionTypeTest",
"SimpleTest",
"SetTest",
"NumericTypeTest",
"TransformTest",
"CreationTest",
"SubcommandTest",

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14...4.0)
cmake_minimum_required(VERSION 3.14...4.1)
project(CLI11-find-package-test)

View File

@@ -43,6 +43,7 @@ testnames = [
['HelpersTest', {}],
['ConfigFileTest', {}],
['OptionTypeTest', {}],
['NumericTypeTest', {}],
['SimpleTest', {}],
['AppTest', {}],
['SetTest', {}],

View File

@@ -1,4 +1,4 @@
project('mesonTest', ['cpp'], default_options: ['cpp_std=c++11'])
project('mesonTest', ['cpp'], default_options: ['cpp_std=c++14'])
cli11_dep = dependency('CLI11')