From: Claire Mouton Date: Mon, 9 Jan 2012 16:49:05 +0000 (+0000) Subject: Fixed the bug with the Ubuntu 64 latest version, by modifying the X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=d8468a1bcc43695e9e2b9c3061755bac705b2e3b Fixed the bug with the Ubuntu 64 latest version, by modifying the dependency order in CMakeLists.txt. --- diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 234dc11..dbec9ba 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -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 ) diff --git a/lib/kernel_ManagerContour_NDimensions/itkImageToVTKImageFilter.txx b/lib/kernel_ManagerContour_NDimensions/itkImageToVTKImageFilter.txx index 4dd66f9..54ce1ea 100644 --- a/lib/kernel_ManagerContour_NDimensions/itkImageToVTKImageFilter.txx +++ b/lib/kernel_ManagerContour_NDimensions/itkImageToVTKImageFilter.txx @@ -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. @@ -16,14 +16,12 @@ =========================================================================*/ #ifndef _itkImageToVTKImageFilter_txx #define _itkImageToVTKImageFilter_txx - #include "itkImageToVTKImageFilter.h" namespace itk { - /** * Constructor */