We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c80008 commit 264dd5aCopy full SHA for 264dd5a
CMakeLists.txt
@@ -1,12 +1,9 @@
1
# Copyright (c) 2023 Sebastian Pipping <[email protected]>
2
# Licensed under GPL v3 or later
3
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
+cmake_minimum_required(VERSION 3.21)
8
9
-project(libvisual-projectm VERSION 2.1.1)
+project(libvisual-projectm VERSION 2.1.2)
10
11
include(FindPkgConfig)
12
0 commit comments