Skip to content

Commit a978e02

Browse files
committed
Disable libudev in hwloc build
and fix disabling of pci support
1 parent 57e8199 commit a978e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ elseif(NOT UMF_DISABLE_HWLOC)
189189
add_custom_command(
190190
COMMAND
191191
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
192-
--enable-shared=no --disable-libxml2 --disable-pciaccess
192+
--enable-shared=no --disable-libxml2 --disable-pci --disable-libudev
193193
--disable-levelzero --disable-opencl --disable-cuda --disable-nvml
194194
CFLAGS=-fPIC CXXFLAGS=-fPIC
195195
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}

0 commit comments

Comments
 (0)