We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b044e + cbb5536 commit e78a2adCopy full SHA for e78a2ad
CMakeLists.txt
@@ -223,6 +223,7 @@ option(USE_OPTIMIZED_BLAS "Whether or not to use an optimized BLAS library inste
223
224
# Check the usage of the user provided BLAS libraries
225
if(BLAS_LIBRARIES)
226
+ enable_language(Fortran)
227
include(CheckFortranFunctionExists)
228
set(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES})
229
CHECK_FORTRAN_FUNCTION_EXISTS("dgemm" BLAS_FOUND)
0 commit comments