The include directories seem to be improperly configured on Mac OS. During the compilation there were a lot of errors due to header files that could not be found. Including them with include_directories(...) in CMakeLists.txtseemed to help for most of them. I assume that this is not the proper way to do it, though.
Unfortunately, I don't have the specific error messages anymore because I tried to install it on someone else's Mac and I don't have access to one right now.
The include directories seem to be improperly configured on Mac OS. During the compilation there were a lot of errors due to header files that could not be found. Including them with
include_directories(...)
inCMakeLists.txt
seemed to help for most of them. I assume that this is not the proper way to do it, though.Unfortunately, I don't have the specific error messages anymore because I tried to install it on someone else's Mac and I don't have access to one right now.