Skip to content

Cmake version requirements #531

Open
@jprotze

Description

@jprotze

When compiling dash with clang compiler and cmake version 2.8.12.2, the compilation results in errors like:

DASH-SRC/dash/test/meta/ConstexprTest.cc:15:19: error: constexpr variable 'acc' must be initialized by a constant expression
    constexpr int acc = dash::ce::accumulate(
                  ^     ~~~~~~~~~~~~~~~~~~~~~

After switching to a more recent cmake version (3.6.0), the error is gone.

In my opinion, the minimum required cmake version should be lifted.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions