Skip to content

Commit e7abf96

Browse files
committed
test/CMakeLists.txt: bump cmake minimum required to 3.0 for consistency
from a patchset by Vladislav Dmitrievich Turbanov: #4062
1 parent dd5aff3 commit e7abf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.11)
1+
cmake_minimum_required(VERSION 3.0.0)
22
project(SDL2 C)
33

44
# Global settings for all of the test targets

0 commit comments

Comments
 (0)