rgugliel / AlVin

A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
GNU General Public License v3.0
0 stars 3 forks source link

Include Directories during compilation (Mac OS) #12

Open drewitz opened 1 year ago

drewitz commented 1 year ago

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.