Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annoying typo in src/CMakeLists.txt #50

Closed
krefson opened this issue May 13, 2024 · 3 comments
Closed

Annoying typo in src/CMakeLists.txt #50

krefson opened this issue May 13, 2024 · 3 comments

Comments

@krefson
Copy link

krefson commented May 13, 2024

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

@grisuthedragon
Copy link
Member

Would

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

be better?

@krefson
Copy link
Author

krefson commented May 15, 2024

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

@grisuthedragon
Copy link
Member

Fixed in 3.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants