[Cmake] Linux icc build of CMake has two tests failing

Brad King brad . king at kitware . com
Fri, 3 Oct 2003 15:25:21 -0400 (EDT)


On Fri, 3 Oct 2003, Wheeler, Frederick W (Research) wrote:

> The QT libraries are in /usr/lib on a Linux system, so they must have
> been compiled by gcc.  How do you turn off the QT tests?  Will setting
> this
>
>   QT_QT_LIBRARY:FILEPATH=IGNORE
>
> for the configuration of CMake propagate down to Tests/Wrapping?

That should prevent the qt tests from being added at all. You could also
set QT_INCLUDE_DIR to be empty as well.

-Brad