Open
Description
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.