Skip to content

Commit f85f49e

Browse files
committed
Update to latest alpaka dev
1 parent 625ee13 commit f85f49e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/package-lock.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ CPMDeclarePackage(PackageProject.cmake
1111
# alpaka
1212
CPMDeclarePackage(alpaka
1313
NAME alpaka
14-
# temporary solution until this is merged into alpaka
15-
GIT_TAG add-option-for-installation
16-
GITHUB_REPOSITORY chillenzer/alpaka
14+
# This is a development version slightly after 1.2.0 because we needed a patch
15+
GIT_TAG 95c0bf2397255a89467bb5c151a96367ad1d1f93
16+
GITHUB_REPOSITORY alpaka-group/alpaka
1717
OPTIONS
1818
"alpaka_CXX_STANDARD 20;alpaka_INSTALL ON"
1919
# It is recommended to let CPM cache dependencies in order to reduce redundant downloads.

0 commit comments

Comments
 (0)