From 3c597882e5f8004b7fd62e1a099780e14463ee02 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Mon, 11 Mar 2019 20:01:10 +0800 Subject: [PATCH] Add more linux header detection path --- biscuit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/CMakeLists.txt b/biscuit/CMakeLists.txt index 37a74df..5174ab4 100644 --- a/biscuit/CMakeLists.txt +++ b/biscuit/CMakeLists.txt @@ -19,7 +19,7 @@ execute_process( # Find the headers find_path(KERNEL_HEADERS_DIR include/linux/user.h - PATHS /usr/lib/modules/${KERNEL_RELEASE}/build + PATHS /usr/lib/modules/${KERNEL_RELEASE}/build /usr/src/linux-headers-${KERNEL_RELEASE} ) # Toolchain