From: Yaroslav Halchenko <debian@onerussian.com>
Subject: Missing link to gdcmDSED

   causes FTBFS on <= jessie, 14.04 and shouldn't hurt on others so is just applied
   in general

Origin: NeuroDebian
Last-Update: 2017-06-19

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,7 @@ IF(BUILD_CLI)
 
   FOREACH(target c3d c2d c4d c3d_affine_tool)
     TARGET_INCLUDE_DIRECTORIES(${target} PUBLIC ${CONVERT3D_INCLUDE_DIRS})
-    TARGET_LINK_LIBRARIES(${target} PUBLIC ${C3D_LINK_LIBRARIES})
+    TARGET_LINK_LIBRARIES(${target} PUBLIC ${C3D_LINK_LIBRARIES} gdcmDSED)
   ENDFOREACH()
 
 ENDIF(BUILD_CLI)
