Added a status message when using the supplied NETLIB BLAS
authorjulie <julielangou@users.noreply.github.com>
Sat, 26 Feb 2011 20:50:37 +0000 (20:50 +0000)
committerjulie <julielangou@users.noreply.github.com>
Sat, 26 Feb 2011 20:50:37 +0000 (20:50 +0000)
- Chuck Atkins (Kitware)

CMakeLists.txt

index 2a9c4fc5fe3a6773d878afdc122420f0b81be7c1..1c6de835551bd128626012e0ca74810cacaacd55 100644 (file)
@@ -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()