Segfault1602
Results
2
issues of
Segfault1602
CMake build was broken on windows due to M_E being undeclared. Fix is to define `_USE_MATH_DEFINES` on windows when building the library.
Right now it looks like there is 3 ways to build libDaisy: Makefile, CMake and Visual Studio. While I appreciate the diversity, it would be useful to know which build...