summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorManuel Bentele2020-12-03 07:57:40 +0100
committerManuel Bentele2020-12-03 07:57:40 +0100
commitef84d482c78e9502ecd104200fefd82b236bdc27 (patch)
tree80e94986e2abe24dcdb9b413df8478148b44183d /CMakeLists.txt
parentFix xlosetup's output of xloop devices on 32 bit hardware architectures (diff)
downloadxloop-ef84d482c78e9502ecd104200fefd82b236bdc27.tar.gz
xloop-ef84d482c78e9502ecd104200fefd82b236bdc27.tar.xz
xloop-ef84d482c78e9502ecd104200fefd82b236bdc27.zip
Removed unused library 'ncurses' from xlosetup's dependencies
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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