Line 506 says:      FILE(GLOB QT_LIB_LIST RELATIVE ${QT_LIB_DIR_tmp}
"${QT_${qtlib}_LIBRARY_RELEASE}*")

What is QT_LIB_DIR_tmp on your machine?
MESSAGE(STATUS "QT_LIB_DIR_tmp='${QT_LIB_DIR_tmp}'")

I'm betting it's empty based on your problem. (And not for anybody else...)

So: why is it empty for you, but not for most?


On Mon, Oct 20, 2008 at 11:54 AM, Kevin H. Hobbs <[EMAIL PROTECTED]> wrote:

> All of my ParaView dashboards have been failing to configure. I just
> noticed that there are only 5 submissions that use the development
> version of CMake. 4 of those are on linux and fail to configure PV with
> the same error:
>        CMake Error at Applications/Client/CMakeLists.txt:506 (FILE):
>          file GLOB requires a glob expression after the directory
>
> 3 of the 4 are mine.
>
> PV Configured fine with a cmake-2.6.1 build that I have sitting around on
> gargon.
>
> _______________________________________________
> ParaView mailing list
> ParaView@paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
_______________________________________________
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to