You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cmake ..
[...]
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
CMake Error in /home/mc/vxsort-cpp/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
Target "cmTC_9bed8" requires the language dialect "C14" (with compiler
extensions). But the current compiler "Clang" does not support this, or
CMake does not know the flags to enable it.
CMake Error at /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:95 (try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:76 (cmake_check_source_compiles)
/usr/share/cmake/Modules/FindThreads.cmake:163 (CHECK_C_SOURCE_COMPILES)
build/googlebenchmark-src/CMakeLists.txt:293 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/mc/vxsort-cpp/build/CMakeFiles/CMakeOutput.log".
See also "/home/mc/vxsort-cpp/build/CMakeFiles/CMakeError.log".
the error log is:
It seems to be an issue with google benchmark, but I am able to build that without issue.
The text was updated successfully, but these errors were encountered: