This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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
Update CMakeLists.txt
tags/v0.2.20^2
Martin Kroeker
GitHub
9 years ago
parent
f5b028eb37
commit
6c7b9b74f6
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CMakeLists.txt
+ 4
- 0
CMakeLists.txt
View File
@@ -32,6 +32,10 @@ endif()
if(CMAKE_CONFIGURATION_TYPES) # multiconfig generator?
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
set(CMAKE_BUILD_TYPE
Debug Debug
Release Release
)
set(OpenBLAS_LIBNAME
Debug "${OpenBLAS_LIBNAME}_d"
Release "${OpenBLAS_LIBNAME}"
Write
Preview
Loading…
Cancel
Save