From 7d86b5d6cf215900d821d1066831901adc81ad48 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 24 Jan 2022 17:59:38 +0100 Subject: Decreased required version of CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 68ff6e1..5629c67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.10) project(hwd) include(GNUInstallDirs) include(CMakePackageConfigHelpers) -- cgit v1.1