mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
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:
@@ -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][].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user