Skip to content

Commit

Permalink
Enabling libhwloc-15.dll to be copied in 32-bit Windows as well
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <vedantnimjed@gmail.com>
  • Loading branch information
vrnimje committed Jan 13, 2024
1 parent badead1 commit d9f03d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2322,10 +2322,7 @@ endif()

if(HPX_WITH_EXAMPLES)
add_hpx_pseudo_target(examples)
if(HPX_WITH_FETCH_HWLOC
AND "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows"
AND CMAKE_SIZEOF_VOID_P EQUAL 8
)
if(HPX_WITH_FETCH_HWLOC AND "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
add_custom_target(
HwlocDLL ALL
COMMAND ${CMAKE_COMMAND} -E make_directory
Expand Down

0 comments on commit d9f03d7

Please sign in to comment.