We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cafb75 + 8745693 commit f2ea588Copy full SHA for f2ea588
CMakeLists.txt
@@ -10,7 +10,7 @@ math(EXPR SO_VERSION "${pda_VERSION_MAJOR} - ${pda_VERSION_PATCH}")
10
# generate config.h
11
include(CheckIncludeFiles)
12
check_include_files(numa.h NUMA_AVAIL)
13
-check_include_files(kmod.h KMOD_AVAIL)
+check_include_files(libkmod.h KMOD_AVAIL)
14
set(MODPROBE_MODE TRUE CACHE BOOL "Enable modprobe mode")
15
file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/src)
16
configure_file(config.h.in ${PROJECT_BINARY_DIR}/src/config.h)
0 commit comments