On Wed, Apr 24, 2013 at 3:13 PM, Gabriel Santiago <[email protected]> wrote: > I did it, but still not working... Getting the same error message as before. >
Are you using very old versions of Qt, ITK and CMake? I ask because of this line cmake_minimum_required(VERSION 2.4.0) The current version of CMake is 2.8.10.2 I normally put cmake_minimum_required(VERSION 2.8) in all of my projects since 2.8.0 was released in September of 2009. John -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
