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

[VTK] VTKconfig.cmake contains absolute path to buildtree. #9200

Closed
Neumann-A opened this issue Dec 3, 2019 · 1 comment · Fixed by #11148
Closed

[VTK] VTKconfig.cmake contains absolute path to buildtree. #9200

Neumann-A opened this issue Dec 3, 2019 · 1 comment · Fixed by #11148
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@Neumann-A
Copy link
Contributor

e.g.:

  if (WIN32)
    set (VTK_RUNTIME_DIRS "D:/cgns/buildtrees/vtk/x64-windows-rel/bin")
  else ()
    set (VTK_RUNTIME_DIRS "D:/cgns/buildtrees/vtk/x64-windows-rel/lib")
  endif ()
@AlvinZhangH AlvinZhangH self-assigned this Dec 4, 2019
@AlvinZhangH AlvinZhangH added the category:port-bug The issue is with a library, which is something the port should already support label Dec 4, 2019
@AlvinZhangH
Copy link
Contributor

Hi @Neumann-A Since PR has been merged.
I close this issue now, please update vcpkg and rebuild it.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants