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

HoloPlayCore is not found correctly #14

Open
mwestphal opened this issue Oct 22, 2020 · 3 comments
Open

HoloPlayCore is not found correctly #14

mwestphal opened this issue Oct 22, 2020 · 3 comments

Comments

@mwestphal
Copy link
Contributor

The findHoloPlayCore.cmake file does not help to find the HoloPlayCore.lib file in the right directory, has it may be in the bin directory.

@mathstuf
Copy link

I think adding PATHS bin to the find_library call may be enough, but testing would be necessary.

@jcfr
Copy link
Member

jcfr commented Oct 23, 2020 via email

@mathstuf
Copy link

If that works, fine, but note that you'll effective minimum version will then be the version that finally shows up in (and works). Note that the FindHoloPlayCore breaks find_package(ParaView) when LookingGlass support is enabled today because this find module doesn't work without manual help to find the .lib on Windows.

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