Browse Source

fixed hwloc issue even harder

Former-commit-id: 5768663ab4 [formerly 47af70ccf3]
Former-commit-id: ef788dbb6a
tempestpy_adaptions
dehnert 8 years ago
parent
commit
ccfcbc0c69
  1. 2
      resources/3rdparty/CMakeLists.txt

2
resources/3rdparty/CMakeLists.txt

@ -330,7 +330,7 @@ add_dependencies(resources sylvan)
if(${OPERATING_SYSTEM} MATCHES "Linux") if(${OPERATING_SYSTEM} MATCHES "Linux")
find_package(Hwloc QUIET REQUIRED) find_package(Hwloc QUIET REQUIRED)
if(Hwloc_FOUND)
if(HWLOC_FOUND)
message(STATUS "StoRM - Linking with hwloc ${Hwloc_VERSION}") message(STATUS "StoRM - Linking with hwloc ${Hwloc_VERSION}")
list(APPEND STORM_LINK_LIBRARIES ${Hwloc_LIBRARIES}) list(APPEND STORM_LINK_LIBRARIES ${Hwloc_LIBRARIES})
else() else()

Loading…
Cancel
Save