[CMake] Problem when calling FIND_PACKAGE(Qt) twice inside a project

2007-07-13 Thread Christian Ehrlicher
Hi, When FIND_PACKAGE(QT) is called twice (e.g. in cmake source root and a subdirectory) I sometimes get this error: --8- E:\kde\kdebase-buildnmake Microsoft (R) Program Maintenance Utility, Version 8.00.50727.42 Copyright (C) Microsoft Corporation. Alle

Re: [CMake] Problem when calling FIND_PACKAGE(Qt) twice inside a project

2007-07-13 Thread Alexander Neundorf
On Friday 13 July 2007 04:14, Christian Ehrlicher wrote: Hi, When FIND_PACKAGE(QT) is called twice (e.g. in cmake source root and a subdirectory) I sometimes get this error: Sometimes ? That's bad. Can you try to create a minimal testcase ? Simply find_package(Qt4) find_package(Qt4)