xtensor-stack / xtensor

C++ tensors with broadcasting and lazy computing
BSD 3-Clause "New" or "Revised" License
3.28k stars 391 forks source link

Can not build with Intel Compiler on MSVC because cmake fails #950

Closed emmenlau closed 6 years ago

emmenlau commented 6 years ago

Currently the build fails for me with the latest Intel Compiler on MSVC. The build aborts in cmake configuration with error

-- Performing Test HAS_CPP14_FLAG
-- Performing Test HAS_CPP14_FLAG - Failed
CMake Error at test/CMakeLists.txt:34 (message):
  Unsupported compiler -- xtensor requires C++14 support!

-- Configuring incomplete, errors occurred!

I assume the detection is not perfect, because the Intel Compiler has support for C++14. Is there anything I can do to help?

emmenlau commented 6 years ago

Great thanks!