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

#16427. Make MSBuildDeps generation with deployer relocatable #16441

Commits on Jun 8, 2024

  1. conan-io#16427. Make ConanlibXyzRoot variable relative to the generat…

    …ed props file when deployer is used.
    
    Copied the logic from conan\tools\cmake\cmakedeps\templates\target_data.py
    stgatilov committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ca800f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cfe6e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. conan-io#16427. Added test that MSBuildDeps generates relative paths …

    …in props with deployer, and absolute paths without deployer.
    
    Note: this test does not invoke msbuild, and thus does not depend on MSVC / Windows.
    stgatilov committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    61080c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77538e View commit details
    Browse the repository at this point in the history