Re: [CMake] FindQt4 qt version message

2006-02-08 Thread Brad King
Tanner Lovelace wrote: In FindQt4.cmake the following line doesn't print out a correct version number: MESSAGE(STATUS "Found Qt-Version ${QT_INST_MAJOR_VERSION}.${QT_INST_MINOR_VERSION}.${QT_INST_PATCH_VERSION}") Instead, since the major/minor/patch version variables don't ever get set, it prin

[CMake] FindQt4 qt version message

2006-02-01 Thread Tanner Lovelace
Greetings, In FindQt4.cmake the following line doesn't print out a correct version number: MESSAGE(STATUS "Found Qt-Version ${QT_INST_MAJOR_VERSION}.${QT_INST_MINOR_VERSION}.${QT_INST_PATCH_VERSION}") Instead, since the major/minor/patch version variables don't ever get set, it prints out this: