linking to VTK on mingw does not work

Issue #804 wontfix
Chaffra Affouda created an issue

The problem is that in dolfin/CMakeList.txt

target_link_libraries(dolfin PRIVATE ${VTK_LIBRARIES}) does not work on mingw. target_link_libraries(dolfin PUBLIC ${VTK_LIBRARIES}) works. Any reason this should be PRIVATE?

Comments (2)

  1. Log in to comment