diff options
-rw-r--r-- | host/examples/CMakeLists.txt | 1 | ||||
-rw-r--r-- | host/utils/latency/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 856b867e5..69e84f95d 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -51,6 +51,7 @@ endforeach(example_source) ######################################################################## # ASCII Art DFT - requires curses, so this part is optional ######################################################################## +set(CURSES_NEED_NCURSES 1) find_package(Curses) if(CURSES_FOUND) 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) |