Skip to content

CMAKE_DEBUG_POSTFIX now WIN32 only? #382

@asmaloney

Description

@asmaloney

I was surprised when I recently built both debug and release on macOS and got the same file name libminizip.a.

if(WIN32)
    set(CMAKE_DEBUG_POSTFIX "d")

Why is this now WIN32 only?

This was changed in commit c4916c9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compilationIssues related to compiling source codefixedIssue or bug has been fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions