Explorar o código

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
Ozkan Sezer %!s(int64=4) %!d(string=hai) anos
pai
achega
e7abf96801
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -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