From f55220d661ce66cba5d1ac35cf2310f08b900c9d Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 21 May 2024 12:32:19 +0200 Subject: FIX remove local GNUInstallDirs.cmake and require CMake 3.0.2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c4eee0d..6a1f6021 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.0.0) -cmake_policy(VERSION 3.0.0) +cmake_minimum_required(VERSION 3.0.2) +cmake_policy(VERSION 3.0.2) project(hardinfo2) set(HARDINFO2_VERSION "2.1.3") -- cgit v1.2.3