From 1e7c7734c086404f407b01c7d830ffddc460b267 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 18 Mar 2022 22:06:40 +0000 Subject: Require cmake 3.9+ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed6f22f4..5f540501 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ############################################################################### # Minimum CMake version and policies ############################################################################### -cmake_minimum_required(VERSION 3.5.0) +cmake_minimum_required(VERSION 3.9.0) if (POLICY CMP0054) cmake_policy(SET CMP0054 NEW) endif() -- cgit 1.4.1