Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review/mp/tp/cpack support #42

Merged
merged 5 commits into from Jun 18, 2011
Merged

Review/mp/tp/cpack support #42

merged 5 commits into from Jun 18, 2011

Commits on Jun 15, 2011

  1. Added CPack experimental support

    Moved LICENSE and REAMDE to LICENSE.txt and README.txt since CPack
    only supports html/txt/rtf files
    mpictor committed Jun 15, 2011
    1 Configuration menu
    Copy the full SHA
    e2b5e3a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2011

  1. Fixed empty package: CPACK_SET_DESTDIR has to be set to ON.

    The 'empty package' issue has been discussed here: http://www.cmake.org/pipermail/cmake/2010-February/035171.html:
    
    """
    By default CPack does not use the DESTDIR option during the installation
    phase.  Instead it sets the CMAKE_INSTALL_PREFIX to the full path of the
    temporary directory being used by CPack to stage the install package. This
    can be changed by setting CPACK_SET_DESTDIR to on. If the DESTDIR option is
    on, CPack will use the projects cache value for CPACK_INSTALL_PREFIX, and
    set DESTDIR to the temporary staging area. This allows absolute paths to be
    installed under the temporary directory. Relative paths are installed into
    DESTDIR/${project’s CMAKE_INSTALL_PREFIX} where DESTDIR is set to the
    temporary staging area.
    
    I think you want CPACK_SET_DESTDIR, then make sure CMAKE_INSTALL_PREFIX is
    how you want it before you run cpack.
    """
    tpaviot authored and mpictor committed Jun 16, 2011
    Configuration menu
    Copy the full SHA
    7ec9227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07d5c1 View commit details
    Browse the repository at this point in the history
  3. CMake: CPack Debian package support

    This is intended for quick-n-dirty developer test packages, not to replace the official (and superior) Debian tools.
    mpictor committed Jun 16, 2011
    Configuration menu
    Copy the full SHA
    d4c538e View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    c1d58c6 View commit details
    Browse the repository at this point in the history