bump the minimum_required version instead

This commit is contained in:
Martin Kroeker 2024-10-25 16:47:52 +02:00 committed by GitHub
parent fe0a69e308
commit 0e6a2cc93c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
## Author: Hank Anderson <hank@statease.com> ## Author: Hank Anderson <hank@statease.com>
## ##
cmake_minimum_required(VERSION 2.8.5) cmake_minimum_required(VERSION 3.16.0)
cmake_policy(SET CMP0042 NEW)
project(OpenBLAS C ASM) project(OpenBLAS C ASM)