update cmakelists
This commit is contained in:
@@ -11,11 +11,11 @@ Functions matrix and vector multiplications.
|
||||
//#include <Accelerate/Accelerate.h>
|
||||
|
||||
#ifdef __linux__ // Debian, Ubuntu, Gentoo, Fedora, openSUSE, RedHat, Centos and other
|
||||
#include <cblas.h>
|
||||
#include <cblas.h>
|
||||
#elif defined(__APPLE__) && defined(__MACH__)
|
||||
#include <Accelerate/Accelerate.h>
|
||||
#else
|
||||
//
|
||||
|
||||
#endif
|
||||
|
||||
/* Calculate magnetization vector in a coordinate system of a given point */
|
||||
|
Reference in New Issue
Block a user