-
-- The CXX compiler identification is GNU 4.8.5 CMake Error at /usr/local/cmake/share/cmake-3.14/Modules/CMakeTestCXXCompiler.cmake:37 (try_compile): -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like you are using a fairly old version of gcc:
Which does not support C++17 which is required by both Bladebit and BLS signatures: |
Beta Was this translation helpful? Give feedback.
Looks like you are using a fairly old version of gcc:
Which does not support C++17 which is required by both Bladebit and BLS signatures:
https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcc/Standards.html#Standards