[CMake] QT, CMake and ITK

John Drescher drescherjm at gmail.com
Wed Apr 24 15:29:50 EDT 2013


On Wed, Apr 24, 2013 at 3:13 PM, Gabriel Santiago
<santiago.eletrica at gmail.com> 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


More information about the CMake mailing list