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

cmake: support MSVC_RUNTIME_LIBRARY property #8851

Merged
merged 1 commit into from Aug 28, 2021

Commits on Aug 1, 2021

  1. cmake: support MSVC_RUNTIME_LIBRARY property

    When using a new enough CMake (3.15+) prefer to use the
    `MSVC_RUNTIME_LIBRARY` property on targets to select the runtime library
    variant.  This property is automatically set to the value specified by
    `CMAKE_MSVC_RUNTIME_LIBRARY`.  This property requires that the CMake
    Policy 91 is set to new (see CMP0091).
    compnerd committed Aug 1, 2021
    Copy the full SHA
    c47adad View commit details
    Browse the repository at this point in the history