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 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.
I'm building with:
And I'm getting:
I initially tried without the -DCLANG_LIB... on the cmake commandline and got the same error.
(Platform is Ubuntu 16.04)