[Cmake] Linux icc build of CMake has two tests failing
Andy Cedilnik
andy . cedilnik at kitware . com
03 Oct 2003 14:55:11 -0400
Hi Fred,
What you can do, if you have time, is to compile QT with icc and then
set QTDIR to the right thing.
Andy
On Fri, 2003-10-03 at 14:47, 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?