CMake: bump the minimal required version to 2.8.12
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 1 Aug 2023 09:53:35 +0000 (11:53 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 29 Aug 2023 13:05:13 +0000 (15:05 +0200)
commit3861e7dc9e83f2f6ff4e1579cf3bbf63a6827105
tree5b44a32a72162f192b39d859fcab47e5f0cd32a6
parent7017c0dce1e251108d1bc8a41bfeef3ff9a89ba6
CMake: bump the minimal required version to 2.8.12

The older CMake versions are deprecated.

Remove support for CMake code compatible with CMake older than 2.8.8.

Also move cmake_minimum_required() command before the project()
command invocation.
CMakeLists.txt