mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 17:05:07 +03:00
b5dfacfbeb
-DCURSES_INCLUDE_PATH do that better it thinks it wants pkg-config, i guess. whyyyyyyyyyyyyyyy keep make needs these at runtime annotate diff
12 lines
585 B
Diff
12 lines
585 B
Diff
diff --color=auto -ru a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake
|
|
--- a/cmake/ConfigureChecks.cmake 2022-12-30 19:37:05
|
|
+++ b/cmake/ConfigureChecks.cmake 2022-12-30 19:37:49
|
|
@@ -46,7 +46,7 @@
|
|
# if not symlinked or passed in as a manual define.
|
|
message("Falling back to pkg-config for (n)curses detection")
|
|
include(FindPkgConfig)
|
|
- pkg_search_module(CURSES REQUIRED ncurses curses)
|
|
+ pkg_search_module(CURSES REQUIRED ncursesw ncurses curses)
|
|
set(CURSES_CURSES_LIBRARY ${CURSES_LIBRARIES})
|
|
set(CURSES_LIBRARY ${CURSES_LIBRARIES})
|
|
endif()
|