From: BenoƮt Presles Date: Thu, 16 May 2013 09:47:41 +0000 (+0200) Subject: Fixed bug with CMakeLists and VTK X-Git-Tag: v1.4.0~231^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=05c1da2360564996beca2ef77b91f25e9c17a4e2;hp=cedcf4f412f2a3e6635d546c2b9c678022497535;p=clitk.git Fixed bug with CMakeLists and VTK --- diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 862148a..e9f8f1e 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -220,7 +220,7 @@ IF (CLITK_BUILD_TOOLS) WRAP_GGO(clitkTransformLandmarks_GGO_C clitkTransformLandmarks.ggo) ADD_EXECUTABLE(clitkTransformLandmarks clitkTransformLandmarks.cxx ${clitkTransformLandmarks_GGO_C}) - TARGET_LINK_LIBRARIES(clitkTransformLandmarks clitkCommon ${ITK_LIBRARIES}) + TARGET_LINK_LIBRARIES(clitkTransformLandmarks clitkCommon ${ITK_LIBRARIES} ${VTK_LIBRARIES}) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkTransformLandmarks) WRAP_GGO(clitkMaskLandmarks_GGO_C clitkMaskLandmarks.ggo)