Skip to content

Commit 631876b

Browse files
Merge pull request #866 from PatKamin/disable-libudev
[main] Fix disabling of pci support in hwloc
2 parents 76edd73 + 2732eb4 commit 631876b

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
@@ -169,7 +169,7 @@ else()
169169
COMMAND
170170
./configure --prefix=${hwloc_targ_BINARY_DIR}
171171
--enable-static=yes --enable-shared=no --disable-libxml2
172-
--disable-pciaccess --disable-levelzero --disable-opencl
172+
--disable-pci --disable-levelzero --disable-opencl
173173
--disable-cuda --disable-nvml CFLAGS=-fPIC CXXFLAGS=-fPIC
174174
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
175175
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile

0 commit comments

Comments
 (0)