remove OpenBLAS option. It will be enabled by default.

This commit is contained in:
Faruk D 2018-02-27 11:07:12 +01:00
parent 3be3995178
commit 53036ff783
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/CMakeModules)
# TODO: check MPI and CUDA flags! # TODO: check MPI and CUDA flags!
option (ENABLE_MPI "Enable MPI support" OFF) option (ENABLE_MPI "Enable MPI support" OFF)
option (ENABLE_CUDA "Enable CUDA support" OFF) option (ENABLE_CUDA "Enable CUDA support" OFF)
option (ENABLE_OPENBLAS "Enable OPENBLAS support" OFF)
#--------------------------------------- rpath setup for libraries #--------------------------------------- rpath setup for libraries