Skip to content

Commit

Permalink
Apply cmake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasyadav18 committed Feb 3, 2025
1 parent 6ec1b6b commit 48ccd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmake/HPX_FindHwloc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ if(NOT Hwloc_FOUND)
"Hwloc could not be found, please specify Hwloc_ROOT to point to the correct location"
)
endif()

4 changes: 3 additions & 1 deletion cmake/HPX_SetupHwloc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ else()
)
if(NOT HWLoc_POPULATED)
fetchcontent_populate(HWLoc)
set(HPX_HWLOC_BUILD_DIR_INSTALLATION_PATH "${FETCHCONTENT_BASE_DIR}/hwloc_installed")
set(HPX_HWLOC_BUILD_DIR_INSTALLATION_PATH
"${FETCHCONTENT_BASE_DIR}/hwloc_installed"
)
if(NOT Hwloc_BUILD_INSTALLED)
execute_process(
COMMAND
Expand Down

0 comments on commit 48ccd71

Please sign in to comment.