Hi,

i think there is a bug in line 42 in the CMakeLists.txt in version  
0.10.0 of the MITK sourcecode:

FIND_PACKAGE(ITK)
IF(${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}.${ITK_VERSION_PATCH}  
STRLESS "3.4.0")
MESSAGE(SEND_ERROR "ITK 3.4.0 or later required")
ENDIF(${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}.${ITK_VERSION_PATCH}  
STRLESS "3.4.0")

I got ITK 3.13.0 and CMake 2.6-3.
CMake threw an error and refused to configure due to the string  
comparsion 3.13.0 < 3.4.0.

I skipped the error by putting '#' on line 43.

Regards,

Andreas

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to