Browse Source

bump the minimum_required version instead

tags/v0.3.29
Martin Kroeker GitHub 11 months ago
parent
commit
0e6a2cc93c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      CMakeLists.txt

+ 1
- 3
CMakeLists.txt View File

@@ -2,9 +2,7 @@
## Author: Hank Anderson <hank@statease.com>
##

cmake_minimum_required(VERSION 2.8.5)

cmake_policy(SET CMP0042 NEW)
cmake_minimum_required(VERSION 3.16.0)

project(OpenBLAS C ASM)



Loading…
Cancel
Save