projectNe10 / Ne10

An open optimized software library project for the ARM® Architecture
Other
1.46k stars 408 forks source link

fix build without C++ #280

Open ffontaine opened 2 years ago

ffontaine commented 2 years ago

Fix the following build failure without C++ raised since version 1.2.0 and https://github.com/projectNe10/Ne10/commit/20b1896fd6532336e6a46608778bd6e0396dc4dc:

CMake Error at /nvmedata/autobuild/instance-11/output-1/host/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake:59 (message):
  The C++ compiler

    "/usr/bin/clang++"

  is not able to compile a simple test program.

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com