]> Creatis software - creaContours.git/commitdiff
Fixed the bug with the Ubuntu 64 latest version, by modifying the
authorClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Mon, 9 Jan 2012 16:49:05 +0000 (16:49 +0000)
committerClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Mon, 9 Jan 2012 16:49:05 +0000 (16:49 +0000)
dependency order in CMakeLists.txt.

appli/wxContourGUIExample/CMakeLists.txt
lib/kernel_ManagerContour_NDimensions/itkImageToVTKImageFilter.txx

index 234dc1143599aec62501f4a4e3e82b2abb69aeef..dbec9baf05554030664696fbb550e81c2d62f4b7 100644 (file)
@@ -15,14 +15,15 @@ TARGET_LINK_LIBRARIES( creaContourApp
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
 
-                      ${ITK_LIBRARIES}
                       ${creaEnvironment_LIBRARIES}
-                      ${creaMaracasVisu_LIBRARIES}
                       ${creaImageIO_LIBRARIES}
                        Interface_Icons_NDimensions_lib
                        Interface_ManagerContour_NDimensions_lib
-                       kernel_ManagerContour_NDimensions_lib
                       ${BOOST_LIBRARIES}
+
+                      ${ITK_LIBRARIES}
+                      ${creaMaracasVisu_LIBRARIES}
+                       kernel_ManagerContour_NDimensions_lib
                      )
 
 INSTALL_TARGETS(/bin/ creaContourApp )
index 4dd66f986e1cd71ba97970beacb7174f1d4371d2..54ce1eac55af4707c6316936de0c0f255d39dd18 100644 (file)
@@ -3,8 +3,8 @@
   Program:   Insight Segmentation & Registration Toolkit
   Module:    $RCSfile: itkImageToVTKImageFilter.txx,v $
   Language:  C++
-  Date:      $Date: 2009/03/30 12:58:41 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2012/01/09 16:49:09 $
+  Version:   $Revision: 1.2 $
 
   Copyright (c) 2002 Insight Consortium. All rights reserved.
   See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
 =========================================================================*/
 #ifndef _itkImageToVTKImageFilter_txx
 #define _itkImageToVTKImageFilter_txx
-
 #include "itkImageToVTKImageFilter.h"
 
 namespace itk
 {
 
 
-
 /**
  * Constructor
  */