Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,098
    • Issues 4,098
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !6700

Help: Clarify TARGET_RUNTIME_DLLS behavior on imported targets

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:doc-TARGET_RUNTIME_DLLS into master Nov 03, 2021
  • Overview 9
  • Commits 1
  • Pipelines 3
  • Changes 2

This generator expression does not report the locations of .dll files on imported targets with the UNKNWON type, since their IMPORTED_LOCATION refers to the import library and not the DLL.

Fixes: #22845 (closed)
Issue: #22406
Backport: release

Edited Nov 04, 2021 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: doc-TARGET_RUNTIME_DLLS