hwloc
hwloc copied to clipboard
utils/lstopo: don't build lstopo-win with MSVC
Clang can be used in "MSVC mode" to build hwloc using autotools. That mode doesn't support -mwindows just like MSVC doesn't. -mwindows is the only difference between lstopo-win and lstopo, so just disable lstopo-win instead of building both identically.
Closes #631