test/CMakeLists.txt: bump cmake minimum required to 3.0 for consistency

from a patchset by Vladislav Dmitrievich Turbanov:
https://github.com/libsdl-org/SDL/pull/4062
main
Ozkan Sezer 2021-03-04 18:28:04 +03:00
parent dd5aff308a
commit e7abf96801
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.0.0)
project(SDL2 C)
# Global settings for all of the test targets