From 368b7760406b1e4f74a7a0279afc8d470e1abfa5 Mon Sep 17 00:00:00 2001 From: Rupert Nash Date: Thu, 7 Jul 2022 17:21:16 +0100 Subject: [PATCH] gmytool: change linking of vtk slightly --- geometry-tool/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/geometry-tool/CMakeLists.txt b/geometry-tool/CMakeLists.txt index fc6b43026..6d78f6a7f 100644 --- a/geometry-tool/CMakeLists.txt +++ b/geometry-tool/CMakeLists.txt @@ -113,7 +113,11 @@ target_link_libraries(GmyGeneration PRIVATE Boost::headers ZLIB::ZLIB CGAL::CGAL - ${VTK_LIBRARIES} + vtksys + vtkFiltersGeneral + vtkCommonDataModel + vtkIOXML + vtkWrappingPythonCore ) # Newer octree based one