[EMAIL PROTECTED] wrote:
hi, all

I am using GUISupport/Qt come with the vtk5.0 and try to compile with
cmake but get the following error message:

CMake Error: Error in cmake code at
/home/me/vtk/VTK/GUISupport/Qt/CMakeLists.txt:183:
INSTALL_TARGETS called with incorrect number of arguments
[snip]
INSTALL_TARGETS( ${VTK_INSTALL_LIB_DIR} QVTK ) # !!! Line 183, error here!!!

The variable is supposed to contain the install destination. If it does not then you are probably not building all of VTK. You need to build VTK using the top level source directory.

-Brad
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to