You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some ideas for improving the CMake build, and allowing use of MKL etc.
But, first: Is there a reason why you're setting the CMake min version to 2.8? CMake binaries are relocatable (user space installable) and super easy to fetch and install from Kitware's CMake website. I would recommend bumping that to something MUCH more recent.
If you have time to spare, please go to town with the CMake build, I have no idea what I'm doing there.
Is there a reason why you're setting the CMake min version to 2.8?
This originates from my first ever CMake build (datetime-fortran I believe). It worked then, and I didn't dare upsetting the build demons by changing that number.
It's just a matter of adding appropriate compiler flag in CMakeLists.txt.
The text was updated successfully, but these errors were encountered: