Skip to content

Commit 222036f

Browse files
authored
Merge pull request #5547 from jackyko1991/master
[io] Link to VTK::FiltersGeneral
2 parents e9de29d + f0a62ae commit 222036f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ target_link_libraries("${LIB_NAME}" Boost::boost Boost::filesystem Boost::iostre
347347
if(VTK_FOUND)
348348
if(${VTK_VERSION} VERSION_GREATER_EQUAL 9.0)
349349
target_link_libraries("${LIB_NAME}"
350+
VTK::FiltersGeneral
350351
VTK::IOImage
351352
VTK::IOGeometry
352353
VTK::IOPLY)

0 commit comments

Comments
 (0)