Skip to content

Commit 5a3b930

Browse files
committed
Disable pciaccess library in hwloc
1 parent 720c8a2 commit 5a3b930

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
@@ -174,7 +174,7 @@ elseif(NOT UMF_DISABLE_HWLOC)
174174
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
175175
--enable-shared=no --disable-libxml2 --disable-levelzero
176176
--disable-opencl --disable-cuda --disable-nvml CFLAGS=-fPIC
177-
CXXFLAGS=-fPIC
177+
--disable-pciaccess CXXFLAGS=-fPIC
178178
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
179179
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
180180
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)

0 commit comments

Comments
 (0)