Skip to content

Inconsistent DLL naming in CMake vs. vcxproj builds at v2.10.0? #577

@garethsb

Description

@garethsb

As was the case for v2.9, at v2.10.0, the TargetName set in the project files in the repo is like "cpprest140d_2_10". E.g. https://github.com/Microsoft/cpprestsdk/blob/master/Release/src/build/vs14/casablanca140.vcxproj#L37

However, after using CMake to generate project files instead, the TargetName in the resulting cpprest.vcxproj is simply "cpprest_2_10", i.e. without the VS version or DebugFileSuffix.

Is this intentional, or should CMake builds include the VS/debug disambiguators in the same way?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions