mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
CMake: kill duplicate doctest REQUIRED
This commit is contained in:
parent
9976efdcef
commit
92d365da19
@ -66,7 +66,6 @@ message(STATUS "Requested build mode: ${CMAKE_BUILD_TYPE}")
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(doctest REQUIRED)
|
||||
# some distros (<cough>motherfucking alpine</cough> subsume terminfo directly
|
||||
# into ncurses. accept either, and may god have mercy on our souls.
|
||||
pkg_search_module(TERMINFO REQUIRED tinfo>=6.1 ncursesw>=6.1)
|
||||
|
Loading…
Reference in New Issue
Block a user