From ef84d482c78e9502ecd104200fefd82b236bdc27 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 3 Dec 2020 07:57:40 +0100 Subject: Removed unused library 'ncurses' from xlosetup's dependencies --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 26e786f..ce84d9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,6 @@ include(Build) # search for required packages find_package(Git REQUIRED) -find_package(Libcap REQUIRED) -find_package(Libncurses REQUIRED) find_package(KernelHeaders REQUIRED) # set linux kernel modules specific default settings -- cgit v1.2.3-55-g7522