You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I am not sure where VS places the lib/dll binaries (the install cmake commands probably do not work in Windows -- see also #6). Please note that most of the library is header-only and only a small part (I/O and qhull) is actually compiled (especially if you disable the visualization stuff). The (old) OpenMP version supported by VS will probably give you trouble (see also #6) when compiling your executables, as we make use of functionality introduced in more recent versions. If performance is not crucial, you could simply comment out the offending pragmas.
I built the project with CMakeList you provided. But, where is the lib file? I can't find it in the install folder.
I built without enabling Pangolin.
The text was updated successfully, but these errors were encountered: