diff --git a/tools/packaging/cpt.py b/tools/packaging/cpt.py index d934590cc..1d1f670a6 100755 --- a/tools/packaging/cpt.py +++ b/tools/packaging/cpt.py @@ -403,7 +403,6 @@ def compile(arg): build_type = 'Debug' if args.get('create_dev_env') else 'Release' cmake_config_flags = ( '-DLLVM_ENABLE_LIBCXX=ON ' - '-DLLVM_ENABLE_TERMINFO=OFF ' # We shouldn't link against tinfo, curses, etc '-DCMAKE_BUILD_TYPE={0} ' '-DLLVM_TARGETS_TO_BUILD=host ' '-DCMAKE_INSTALL_PREFIX={1} '