Skip to content

Commit 64675cf

Browse files
Merge pull request #867 from PatKamin/disable-libudev-09
[v0.9.x] Fix disabling of pci support in hwloc
2 parents 6874c42 + 8923281 commit 64675cf

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
@@ -175,7 +175,7 @@ elseif(NOT UMF_DISABLE_HWLOC)
175175
add_custom_command(
176176
COMMAND
177177
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
178-
--enable-shared=no --disable-libxml2 --disable-pciaccess
178+
--enable-shared=no --disable-libxml2 --disable-pci
179179
--disable-levelzero --disable-opencl --disable-cuda --disable-nvml
180180
CFLAGS=-fPIC CXXFLAGS=-fPIC
181181
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}

0 commit comments

Comments
 (0)