Skip to content

Need to specify min cmake value on cmake 4 #20

@DrWig

Description

@DrWig

On an apple silicon Mac and using the latest cmake (4.0.3) I need to respecify the minimum CMake value in order to get this to build (any cmake.txts set to a min less than 3.5 will fail now).

Also, it needs to be set to beyond 3.13 in order to build due to get round the "This is allowed only when policy CMP0079 is set to NEW." issue.

Hopefully this will save someone some time!

e.g.
cmake -B ./build -DBUILD_VST3=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.13 -DCMAKE_BUILD_TYPE=Release -G Ninja

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