[Paraview] Filters are in the separate kit

Andy Cedilnik andy . cedilnik at kitware . com
29 Sep 2003 07:31:52 -0400


Hi Jean,

Thank you. Looks like we need make install test.

			Andy

On Mon, 2003-09-29 at 05:24, Jean M. Favre wrote:
> One problem is that the lib does not get "installed"
> 
> I modified Filters/CMakeLists.txt and added to the end the following:
> 
> IF(BUILD_SHARED_LIBS)
>    # Let parent project set KW_INSTALL_LIB_DIR to control library install
>    # location.
>    IF(NOT KW_INSTALL_LIB_DIR)
>      SET(KW_INSTALL_LIB_DIR /lib)
>    ENDIF(NOT KW_INSTALL_LIB_DIR)
>    INSTALL_TARGETS(${KW_INSTALL_LIB_DIR} vtkPVFiltersTCL)
> ENDIF(BUILD_SHARED_LIBS)
> 
> "make install" now correctly works.