mpimd-csc / flexiblas

FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends. This is only a mirror of https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release
https://www.mpi-magdeburg.mpg.de/projects/flexiblas
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Annoying typo in src/CMakeLists.txt #50

Closed krefson closed 3 months ago

krefson commented 3 months ago

src/CMakeLists.txt:68 668: MESSAGE(FATAL_ERROR "-- ${ADDITIONAL_BLAS}_LIRBRAY missing.")

grisuthedragon commented 3 months ago

Would

MESSAGE(FATAL_ERROR "-- ${ADDITIONAL_BLAS}_LIBRARY is not set.") 

be better?

krefson commented 3 months ago

As long as "LIBRARY" is spelled correctly I don't mind.....

grisuthedragon commented 3 months ago

Fixed in 3.4.3