Skip to content

Commit 264dd5a

Browse files
committed
Bump minimum CMake version required to 3.21, lib version to 2.1.2
1 parent 7c80008 commit 264dd5a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Copyright (c) 2023 Sebastian Pipping <[email protected]>
22
# Licensed under GPL v3 or later
33

4-
cmake_minimum_required(VERSION 3.6)
5-
# CMake features used that need more than CMake 3.0:
6-
# - pkg_get_variable needs >=3.4
7-
# - pkg_check_modules([..] IMPORTED_TARGET [..]) needs >=3.6
4+
cmake_minimum_required(VERSION 3.21)
85

9-
project(libvisual-projectm VERSION 2.1.1)
6+
project(libvisual-projectm VERSION 2.1.2)
107

118
include(FindPkgConfig)
129

0 commit comments

Comments
 (0)