2009/3/25 Stephen Collyer <scoll...@netspinner.co.uk>: > I'm building a Win32 zip package from an out-of-source build in a directory > c:\mdpqt_HEAD\build. > > When the zip file is created, it has the structure: > > MDP-1.0.0-win32\mdpqt_HEAD\binĀ (and others) > > Can someone tell me: > > a) where the "-win32" is coming from, and can I remove it ?
Yes you do. You should be able to set what you want with SET(CPACK_PACKAGE_FILE_NAME ""Whatever") > b) why the generator is inserting the mdpqt_HEAD directory ? Could you give us an example of the INSTALL command you use? What is the value of your CMAKE_INSTALL_PREFIX var? You should may be read those pages: http://www.cmake.org/Wiki/CMake:Packaging_With_CPack#Using_CMake_variables_to_configure_CPack http://www.cmake.org/Wiki/CMake:CPackConfiguration -- Erk _______________________________________________ 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