We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73185bd + a838305 commit 9ce0704Copy full SHA for 9ce0704
CMakeLists.txt
@@ -173,7 +173,8 @@ else()
173
COMMAND
174
./configure --prefix=${hwloc_targ_BINARY_DIR}
175
--enable-static=yes --enable-shared=no --disable-libxml2
176
- --disable-levelzero CFLAGS=-fPIC CXXFLAGS=-fPIC
+ --disable-pciaccess --disable-levelzero CFLAGS=-fPIC
177
+ CXXFLAGS=-fPIC
178
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
179
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
180
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)
0 commit comments