This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
bump the minimum_required version instead
tags/v0.3.29
Martin Kroeker
GitHub
11 months ago
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
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
CMakeLists.txt
+ 1
- 3
CMakeLists.txt
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_policy(SET CMP0042 NEW)
cmake_minimum_required(VERSION 3.16.0)
project(OpenBLAS C ASM)
project(OpenBLAS C ASM)
Write
Preview
Loading…
Cancel
Save