Hi:

I am using the install command to create a file organization that looks 
something like this:

Myapp:
                bin
                examples
                lib
                config

For the lib directory I am naming specific libraries when I perform the 
install, like this:


                                "${XMLLIB}/libxerces-c.so.28"
                                "${XMLLIB}/libxerces-c.so.28.0"

The install step works fine.

The problem is that when I call cpack with
CPack, I am expecting CPack to just package up my install directory.  However 
its not doing that because its leaving the libxerces-c.so.28 library.  How do I 
get CPack to just package up the install directory created in previous steps?

Thanks

Matthew Harelick
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to