Skip to content

Fix CMP207 when installing runtime dependencies #11

@AlexyPellegrini

Description

@AlexyPellegrini

https://cmake.org/cmake/help/latest/policy/CMP0207.html

Policy CMP0207 is not set: file(GET_RUNTIME_DEPENDENCIES) normalizes paths
before matching.  Run "cmake --help-policy CMP0207" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

Path

  "C:\Windows\system32/vcruntime140_1.dll"

would be converted to

  "C:/Windows/system32/vcruntime140_1.dll"

Call Stack (most recent call first)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions