Skip to content

Commit 102e88f

Browse files
committed
bump minimum cmake version requirement
closes #162
1 parent 0cb7112 commit 102e88f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

OpenGLExample/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
cmake_minimum_required(VERSION 3.5)
12
project(OpenGL_example)
23
SET(PROJECT_NAME OpenGL_example)
3-
cmake_minimum_required(VERSION 2.8)
44

55
if(NOT CMAKE_BUILD_TYPE)
66
SET(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)" FORCE)

ParseTest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
cmake_minimum_required(VERSION 3.5)
12
project(tmxlite_parse_test)
23
SET(PROJECT_NAME tmxlite_parse_test)
3-
cmake_minimum_required(VERSION 2.8)
44

55
if(NOT CMAKE_BUILD_TYPE)
66
SET(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)" FORCE)

SDL2Example/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.12)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(SFML_example)
44
SET(PROJECT_NAME SDL2_example)

SFMLExample/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.12)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(SFML_example)
44
SET(PROJECT_NAME SFML_example)

tmxlite/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 3.1)
1+
cmake_minimum_required(VERSION 3.5)
22
project(tmxlite VERSION 1.3.1)
33
SET(PROJECT_NAME tmxlite)
44

0 commit comments

Comments
 (0)