Skip to content

NovaDiskIO still checks CPP11 #438

Description

@AdrianBunk

While looking at commit 23fb31a I noticed https://github.com/supercollider/sc3-plugins/blob/main/source/NovaDiskIO/CMakeLists.txt#L3

This might be fixable with the below (untested) since this seems to have intended to force C++11 for not getting an older version:

-if(CPP11 AND NOT(SNDFILE MATCHES -NOTFOUND) )
+if( NOT(SNDFILE MATCHES -NOTFOUND) )

Looking at #239 I am not sure whether fixing or removal is the better option.

@JordanHendersonMusic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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