Browse Source

fixing hwloc entry in CMakeLists.txt

Former-commit-id: 1359cb4b14 [formerly 9a108db302]
Former-commit-id: ab87e2002e
tempestpy_adaptions
dehnert 8 years ago
parent
commit
6f663bde0e
  1. 4
      resources/3rdparty/CMakeLists.txt

4
resources/3rdparty/CMakeLists.txt

@ -331,8 +331,8 @@ add_dependencies(resources sylvan)
if(${OPERATING_SYSTEM} MATCHES "Linux")
find_package(Hwloc QUIET REQUIRED)
if(HWLOC_FOUND)
message(STATUS "StoRM - Linking with hwloc ${Hwloc_VERSION}")
list(APPEND STORM_LINK_LIBRARIES ${Hwloc_LIBRARIES})
message(STATUS "StoRM - Linking with hwloc ${HWLOC_VERSION}")
list(APPEND STORM_LINK_LIBRARIES ${HWLOC_LIBRARIES})
else()
message(FATAL_ERROR "HWLOC is required but was not found.")
endif()

Loading…
Cancel
Save