Build MATGEN LAPACK routines by default when building with CMake.

This commit is contained in:
Ian Henriksen 2017-11-06 14:47:27 -06:00
parent 505dc08635
commit 72956e8950
1 changed files with 8 additions and 4 deletions

View File

@ -70,6 +70,10 @@ if (NOT DEFINED BUILD_SINGLE AND NOT DEFINED BUILD_DOUBLE AND NOT DEFINED BUILD_
set(BUILD_COMPLEX16 true)
endif ()
if (NOT DEFINED BUILD_MATGEN)
set(BUILD_MATGEN true)
endif()
set(FLOAT_TYPES "")
if (BUILD_SINGLE)
message(STATUS "Building Single Precision")