mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
15 lines
541 B
Diff
15 lines
541 B
Diff
diff --git a/src/musikcube/CMakeLists.txt b/src/musikcube/CMakeLists.txt
|
|
index f42748aa..ae339946 100644
|
|
--- a/src/musikcube/CMakeLists.txt
|
|
+++ b/src/musikcube/CMakeLists.txt
|
|
@@ -98,9 +98,6 @@ else()
|
|
endif()
|
|
|
|
if (APPLE)
|
|
- message(STATUS "[ncurses] detected Darwin, linking statically")
|
|
- set(CURSES_LIBRARY_NAME "lib${CURSES_LIBRARY_NAME}.a")
|
|
- set(PANEL_LIBRARY_NAME "lib${PANEL_LIBRARY_NAME}.a")
|
|
else()
|
|
message(STATUS "[ncurses] not Darwin! will attempt to link against libtinfo")
|
|
find_library(LIBTINFO NAMES tinfo)
|