aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/latency/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/utils/latency/CMakeLists.txt b/host/utils/latency/CMakeLists.txt
index 48a3635a7..e4cd4d171 100644
--- a/host/utils/latency/CMakeLists.txt
+++ b/host/utils/latency/CMakeLists.txt
@@ -5,6 +5,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
#
+set(CURSES_NEED_NCURSES 1)
find_package(Curses)
if(CURSES_FOUND)