On 9/10/2013 1:42 PM, Stewart, Robert wrote:
Likewise, I want an NSIS installer or RPM that will create
that directory structure in either a default location from my
CMakeLists.txt or in a directory selected by the user during
installation (via the GUI for NSIS or --prefix for rpm).

What must I do to effect this?

The basic idea of CPack is that it uses the install tree and packages it. I am not sure I understand exactly what you are asking. The make install step should create your directory structure. This might be a variable you want to look at CPACK_SET_DESTDIR .
-Bill

--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to