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

Add IMPORTED_CONFIGURATIONS property for CMake targets #16705

Commits on Jul 21, 2024

  1. Add IMPORTED_CONFIGURATIONS property for CMake targets

    Some frameworks use the property in order to find libraries, e.g. like
    https://github.com/ros/catkin/blob/noetic-devel/cmake/catkin_libraries.cmake#L150
    
    In order to support these kind of usages, this commit adds the property
    to all targets.
    
    This should solve conan-io#14606 and conan-io#16688.
    Martin Lambertsen committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4084b6d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. added test

    memsharded committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8bb68d6 View commit details
    Browse the repository at this point in the history
  2. add build-type

    memsharded committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    35215a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge branch 'conan-io:develop2' into feature/add-imported-configurat…

    …ions-property-for-cmake-targets
    marlamb authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    72dda20 View commit details
    Browse the repository at this point in the history