@@ -1643,8 +1643,11 @@ if (vecgeom)
1643
1643
endif ()
1644
1644
endif ()
1645
1645
1646
- #---Check for AdaptiveCpp-------------------------------------------------------------------
1646
+ if (experimental_builtin_adaptivecpp)
1647
+ ROOT_CHECK_CONNECTION_AND_DISABLE_OPTION("experimental_builtin_adaptivecpp" )
1648
+ endif ()
1647
1649
1650
+ #---Check for AdaptiveCpp-------------------------------------------------------------------
1648
1651
if (experimental_adaptivecpp OR experimental_builtin_adaptivecpp)
1649
1652
if (experimental_oneapi)
1650
1653
message (WARNING "Disable OneAPI to load AdaptiveCpp" )
@@ -1661,7 +1664,8 @@ if (experimental_adaptivecpp OR experimental_builtin_adaptivecpp)
1661
1664
else ()
1662
1665
message (STATUS "AdaptiveCpp not found. Ensure that the installation of AdaptiveCpp is in the CMAKE_PREFIX_PATH" )
1663
1666
if (NO_CONNECTION)
1664
- set (experimental_adaptivecpp OFF CACHE BOOL "Disabled because not found and no internet connection" FORCE)
1667
+ set (experimental_builtin_adaptivecpp OFF CACHE BOOL "Disabled because not found and no internet connection" FORCE)
1668
+ set (sycl OFF CACHE BOOL FORCE)
1665
1669
else ()
1666
1670
message (STATUS " Switching ON 'experimental_builtin_adaptivecpp' option" )
1667
1671
set (experimental_builtin_adaptivecpp ON CACHE BOOL "Enabled because external AdaptiveCpp not found" FORCE)
@@ -1678,8 +1682,8 @@ if (experimental_adaptivecpp OR experimental_builtin_adaptivecpp)
1678
1682
set (ADAPTIVE_CPP_SOURCE_DIR "${CMAKE_BINARY_DIR} /AdaptiveCpp" )
1679
1683
FetchContent_Declare(
1680
1684
AdaptiveCpp
1681
- GIT_REPOSITORY https://github.com/devajithvs /AdaptiveCpp.git
1682
- GIT_TAG 3fb375fdc84ad0423139e05167739e9e906ca183
1685
+ GIT_REPOSITORY https://github.com/AdaptiveCpp /AdaptiveCpp.git
1686
+ GIT_TAG 7677cf6eefd8ab46d66168cd07ab042109448124
1683
1687
)
1684
1688
FetchContent_GetProperties(AdaptiveCpp)
1685
1689
if (NOT AdaptiveCpp_POPULATED)
0 commit comments