Skip to content

Commit 8923281

Browse files
committed
Fix disabling of pci support in hwloc
The flag that hwloc recognize is --disable-pci, not --disable-pciaccess.
1 parent 57e8199 commit 8923281

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
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)