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 cdc0310 commit 611ad61Copy full SHA for 611ad61
CMakeLists.txt
@@ -169,8 +169,9 @@ else()
169
COMMAND
170
./configure --prefix=${hwloc_targ_BINARY_DIR}
171
--enable-static=yes --enable-shared=no --disable-libxml2
172
- --disable-pciaccess --disable-levelzero --disable-opencl
173
- --disable-cuda --disable-nvml CFLAGS=-fPIC CXXFLAGS=-fPIC
+ --disable-pci --disable-libudev --disable-levelzero
+ --disable-opencl --disable-cuda --disable-nvml CFLAGS=-fPIC
174
+ CXXFLAGS=-fPIC
175
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
176
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
177
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)
0 commit comments