Skip to content

Instantly share code, notes, and snippets.

@alick
Created May 13, 2018 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alick/9780f6a41ff769bca2f5953327727a15 to your computer and use it in GitHub Desktop.
Save alick/9780f6a41ff769bca2f5953327727a15 to your computer and use it in GitHub Desktop.
cmake error
(master=)$ cmake -DCMAKE_BUILD_TYPE=Release -Brelease -H.
-- The CXX compiler identification is GNU 7.3.1
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using downloaded Clang
-- Downloading Clang 6.0.0 (https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz) ...
-- Extracting downloaded Clang with CMake built-in tar ...
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Clang (missing: Clang_LIBRARY Clang_INCLUDE_DIR) (found
suitable version "6.0.0", minimum required is "6.0.0")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/FindClang.cmake:92 (find_package_handle_standard_args)
CMakeLists.txt:103 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/alick/proj/ccls/release/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment