mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
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:
@@ -58,6 +58,7 @@ cc_test(
|
||||
"OptionTypeTest",
|
||||
"SimpleTest",
|
||||
"SetTest",
|
||||
"NumericTypeTest",
|
||||
"TransformTest",
|
||||
"CreationTest",
|
||||
"SubcommandTest",
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@ testnames = [
|
||||
['HelpersTest', {}],
|
||||
['ConfigFileTest', {}],
|
||||
['OptionTypeTest', {}],
|
||||
['NumericTypeTest', {}],
|
||||
['SimpleTest', {}],
|
||||
['AppTest', {}],
|
||||
['SetTest', {}],
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user