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
81ac8aab81
commit
8e7f2809af
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@@ -46,7 +46,7 @@ else()
endif()
endif()
endif()
endif()
set_target_properties (
${
OpenBLAS
_LIBNAME}
PROPERTIES OUTPUT_NAME_DEBUG "${OpenBLAS_LIBNAME}_d")
set_target_properties (OpenBLAS PROPERTIES OUTPUT_NAME_DEBUG "${OpenBLAS_LIBNAME}_d")
if(BUILD_WITHOUT_CBLAS)
if(BUILD_WITHOUT_CBLAS)
set(NO_CBLAS 1)
set(NO_CBLAS 1)
Write
Preview
Loading…
Cancel
Save