matthew-hennefarth
matthew-hennefarth
You have system mail likely from the ctrontab jobs failing (or producing some output). You can see some helpful discussion [here](https://superuser.com/questions/25738/why-does-terminal-say-you-have-mail). In general, if you type `mail` in the terminal,...
Hi, I also had an issue on MacOS Big Sur which has the std::filesystem. I inspected the CMakeError.log file and saw that it was not compiling with -std=gnu++2a and hence...
So the matplotplusplus library is the library that uses this FindFilesystem cmake file. Reordering CPMAddPackage( NAME eigen GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git GIT_TAG origin/master OPTIONS "EIGEN_BUILD_DOC NO" "BUILD_TESTING NO" ) CPMAddPackage("gh:jarro2783/cxxopts#master") CPMAddPackage("gh:gabime/[email protected]") CPMAddPackage("gh:copperspice/cs_libguarded#master")...