Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E elsa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.

  • IPIP
  • elsa
  • Merge requests
  • !39

Find components dependencies

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed David Frank requested to merge cmake/fix-components-install into master Dec 15, 2019
  • Overview 2
  • Commits 9
  • Pipelines 6
  • Changes 15

Problem

If elsa was installed, and in another project elsa was called using find_package(elsa COMPONENTS functionals), the dependencies of functionals (or any other component) was not found.

Solution

Now, all the components create their own elsa_<Component>Config.cmake file, in which their dependencies are called (by their corresponding elsa_<OtherComponent>Config.cmake file). Therefore, the InstallElsaModule function, now takes a new argument, the dependencies of the given component.

Edited Dec 15, 2019 by David Frank
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cmake/fix-components-install

LRZ Homepage | Datenschutz | Dokumentation und Betriebsbedingungen | Impressum