Skip to content

Commit

Permalink
moving cmake include
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Hara Naveen S <[email protected]>
  • Loading branch information
Johan511 committed Aug 29, 2023
1 parent e6b7b5d commit 7da04ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/templates/HPXConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ if("${HPX_WITH_DATAPAR_BACKEND}" STREQUAL "EVE")
endif()
endif()

include("${CMAKE_CURRENT_LIST_DIR}/HPXSimdSortTarget.cmake")

if("${HPX_WITH_DATAPAR_BACKEND}" STREQUAL "SVE")
if(HPX_WITH_FETCH_SVE)
include("${CMAKE_CURRENT_LIST_DIR}/HPXSVETarget.cmake")
Expand All @@ -74,6 +72,8 @@ if("${HPX_WITH_DATAPAR_BACKEND}" STREQUAL "SVE")
endif()
endif()

include("${CMAKE_CURRENT_LIST_DIR}/HPXSimdSortTarget.cmake")

include("${CMAKE_CURRENT_LIST_DIR}/HPXInternalTargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/HPXTargets.cmake")

Expand Down

0 comments on commit 7da04ab

Please sign in to comment.