CMake: require 2.8.12 for cmake_example
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 31 Aug 2023 07:23:29 +0000 (09:23 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 1 Sep 2023 16:10:02 +0000 (18:10 +0200)
Make CMake minimal version requirement consistent for the entire
project.

examples/cmake_example/CMakeLists.txt

index 5a1e1a7..36002df 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required ( VERSION 2.8 )
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
 project ( example C )