Skip to content
Snippets Groups Projects
Commit f40b4e50 authored by David Abdurachmanov's avatar David Abdurachmanov Committed by Pere Mato
Browse files

CMake: remove CMAKE_TINFO_LIBS


There is no direct usage of terminfo library (ncurses) in ROOT. LLVM
uses it for color support. If LLVM detects tinfo library, tinfo will be
added for rootcling_tmp, rootcling, and libCling.so targets. Thus
explicit check for tinfo is not required.

This allows to use -DLLVM_ENABLE_TERMINFO=OFF to disable ncurses for
ROOT.

Signed-off-by: default avatarDavid Abdurachmanov <David.Abdurachmanov@cern.ch>
parent 2851899b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment