Skip to content

CMakeLists bug in BLAS #7227

@hpcpony

Description

@hpcpony

Still not a cmake expert but in CMakeLists.txt shouldn't :

if ($(CMAKE_VERSION) VERSION_GREATER_EQUAL 3.22)

be

if (${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.22)

At least for me, it doesn't otherwise set the length properly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions