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.
1 parent d969819 commit a838305Copy full SHA for a838305
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