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

Prune export libraries and package lists #60

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Prune export libraries and package lists #60

wants to merge 11 commits into from

Commits on Apr 8, 2015

  1. start cleaning up the export files

    This commit makes sure that the exported *_LIBRARIES variable only contains
    libraries from the current package, not all of its dependencies. The dependency
    management is done my CMake's target export files already.
    
    The same goes for the TPL variables.
    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    bd4e243 View commit details
    Browse the repository at this point in the history
  2. export files: INCLUDE() dependencies in FOREACH loop

    Before, each INCLUDE() dependency was listed individually.
    
    This commit significantly shortens the export files.
    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    a104224 View commit details
    Browse the repository at this point in the history
  3. export files: remove redundant definition of CMAKE_CURRENT_LIST_DIR

    This variable is intrinsic to CMake since 2.8.3.
    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    3abfb33 View commit details
    Browse the repository at this point in the history
  4. don't use ALL dependencies in PACKAGE_LIST

    We really only need the direct dependencies of the respective package.
    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    0275b3d View commit details
    Browse the repository at this point in the history
  5. typo in variable name

    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    677330e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e985970 View commit details
    Browse the repository at this point in the history
  7. fix unit test

    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    0620c0b View commit details
    Browse the repository at this point in the history
  8. fix unit test 125

    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    9d2d4c4 View commit details
    Browse the repository at this point in the history
  9. fix unit test 127

    nschloe committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    bc38869 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. /bin/env -> /usr/bin/env

    nschloe committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    ed91573 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    defe61f View commit details
    Browse the repository at this point in the history