From 0e6a2cc93cfb68b793e662b03384777ce445c963 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 25 Oct 2024 16:47:52 +0200 Subject: [PATCH] bump the minimum_required version instead --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4e025503..4d193f4d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,7 @@ ## Author: Hank Anderson ## -cmake_minimum_required(VERSION 2.8.5) - -cmake_policy(SET CMP0042 NEW) +cmake_minimum_required(VERSION 3.16.0) project(OpenBLAS C ASM)