diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-21 12:32:19 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-21 12:32:19 +0200 |
commit | f55220d661ce66cba5d1ac35cf2310f08b900c9d (patch) | |
tree | 9fdc418824ac2b53a36dba7bb42766ba109badf3 /CMakeLists.txt | |
parent | c09d37d09ada87a20f4abd9d03a62605239b4c91 (diff) |
FIX remove local GNUInstallDirs.cmake and require CMake 3.0.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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") |