feat: increase min CMake to 3.10 (#1084)

Close https://github.com/CLIUtils/CLI11/issues/1082.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-11-15 08:40:46 -05:00
committed by GitHub
parent a68a48b7f1
commit d9473a486b
6 changed files with 14 additions and 64 deletions

View File

@@ -179,7 +179,7 @@ details are available at [installation][]:
separately.
- All-in-one global header: Like above, but copying the file to a shared folder
location like `/opt/CLI11`. Then, the C++ include path has to be extended to
point at this folder. With CMake 3.5+, use `include_directories(/opt/CLI11)`
point at this folder. With CMake 3.10+, use `include_directories(/opt/CLI11)`
- For other methods including using CMake, conan or vcpkg and some specific
instructions for GCC 8 or WASI see [installation][].