Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

CMake error: CLANG_LIB set to NOTFOUND #6

Open
philtomson opened this issue Mar 30, 2018 · 1 comment
Open

CMake error: CLANG_LIB set to NOTFOUND #6

philtomson opened this issue Mar 30, 2018 · 1 comment

Comments

@philtomson
Copy link

philtomson commented Mar 30, 2018

I'm building with:

cmake ../ -DOCLICD_COMPAT=0 -DCOMPILER=CLANG -DCLANG_LIB=/usr/lib/llvm-3.8/lib/

And I'm getting:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CLANG_LIB

I initially tried without the -DCLANG_LIB... on the cmake commandline and got the same error.

(Platform is Ubuntu 16.04)

@philtomson philtomson changed the title CMake error: CMake error: CLANG_LIB set to NOTFOUND Mar 30, 2018
@MidoriYakumo
Copy link

install dependency llvm-devel and clang-devel

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants