Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise the minimum CMake version to 3.15
There are various reasons a later CMake version than 3.8 was already required, including: CMakeLists.txt: add_link_options(--coverage) # 3.13+ doc/CMakeLists.txt include(FetchContent) # 3.11+ FetchContent_MakeAvailable(FindQtDocs) # 3.14+ list(PREPEND CMAKE_MODULE_PATH "${findqtdocs_SOURCE_DIR}") # 3.15+ Of course we could work around most of those to still support CMake 3.8, but 3.15 is already 5 years old, so a pretty reasonable requirement.
- Loading branch information