projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19fb4e
)
Added a status message when using the supplied NETLIB BLAS
author
julie
<julielangou@users.noreply.github.com>
Sat, 26 Feb 2011 20:50:37 +0000
(20:50 +0000)
committer
julie
<julielangou@users.noreply.github.com>
Sat, 26 Feb 2011 20:50:37 +0000
(20:50 +0000)
- Chuck Atkins (Kitware)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 2a9c4fc5fe3a6773d878afdc122420f0b81be7c1..1c6de835551bd128626012e0ca74810cacaacd55 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-89,6
+89,7
@@
endif (BLAS_LIBRAIRIES)
# Neither user specified or optimized BLAS libraries can be used
if(NOT BLAS_FOUND)
+ message(STATUS "Using supplied NETLIB BLAS implementation")
add_subdirectory(BLAS)
set( BLAS_LIBRARIES blas )
else()