Skip to content

Commit

Permalink
Merge pull request #147 from sergeyvfx/driver
Browse files Browse the repository at this point in the history
Fix detection of linux headers on Raspberry Pi OS
  • Loading branch information
meexmachina authored Dec 5, 2023
2 parents 9e13cf7 + 168cc11 commit b1ca9bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ execute_process(
# Find the headers
find_path(
KERNELHEADERS_DIR
include/linux/user.h
NAMES
include/linux/user.h
include/generated/autoconf.h
PATHS /usr/src/linux-headers-${KERNEL_RELEASE}
)

Expand Down

0 comments on commit b1ca9bf

Please sign in to comment.