Raise the minimum CMake version to 3.10 (#2523)

This commit is contained in:
Dimitrij Mijoski
2022-09-16 17:56:00 +02:00
committed by GitHub
parent 4b3defe4af
commit 98d37da03e
3 changed files with 12 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.5 )
cmake_minimum_required( VERSION 3.10 )
project( Catch2Examples LANGUAGES CXX )