even less invasive

This commit is contained in:
Harmen Stoppels 2024-08-07 16:43:45 +02:00
parent f49371c1ba
commit fe0a69e308
1 changed files with 3 additions and 1 deletions

View File

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