Created
May 13, 2018 02:17
-
-
Save alick/9780f6a41ff769bca2f5953327727a15 to your computer and use it in GitHub Desktop.
cmake error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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