remove openblas status message

This commit is contained in:
Faruk D 2018-02-27 11:35:49 +01:00
parent 53036ff783
commit 35fa294fb5
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ message (STATUS "CMAKE_CXX_FLAGS ....... = ${CMAKE_CXX_FLAGS}")
message (STATUS "ENABLE_MPI ............ = ${ENABLE_MPI}") message (STATUS "ENABLE_MPI ............ = ${ENABLE_MPI}")
message (STATUS "ENABLE_CUDA ........... = ${ENABLE_CUDA}") message (STATUS "ENABLE_CUDA ........... = ${ENABLE_CUDA}")
message (STATUS "ENABLE_OPENBLAS ....... = ${ENABLE_OPENBLAS}")
message (STATUS "BLAS-LIBS ............. = ${BLAS_LIBRARIES}") message (STATUS "BLAS-LIBS ............. = ${BLAS_LIBRARIES}")
message (STATUS "GLIB-INC .............. = ${GLIB_PKG_INCLUDE_DIRS}") message (STATUS "GLIB-INC .............. = ${GLIB_PKG_INCLUDE_DIRS}")