Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is the lib file #28

Closed
bigdimboom opened this issue May 6, 2019 · 1 comment
Closed

where is the lib file #28

bigdimboom opened this issue May 6, 2019 · 1 comment

Comments

@bigdimboom
Copy link

bigdimboom commented May 6, 2019

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.

image

@kzampog
Copy link
Owner

kzampog commented May 7, 2019

Hi!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants