We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625ee13 commit f85f49eCopy full SHA for f85f49e
cmake/package-lock.cmake
@@ -11,9 +11,9 @@ CPMDeclarePackage(PackageProject.cmake
11
# alpaka
12
CPMDeclarePackage(alpaka
13
NAME alpaka
14
- # temporary solution until this is merged into alpaka
15
- GIT_TAG add-option-for-installation
16
- GITHUB_REPOSITORY chillenzer/alpaka
+ # This is a development version slightly after 1.2.0 because we needed a patch
+ GIT_TAG 95c0bf2397255a89467bb5c151a96367ad1d1f93
+ GITHUB_REPOSITORY alpaka-group/alpaka
17
OPTIONS
18
"alpaka_CXX_STANDARD 20;alpaka_INSTALL ON"
19
# It is recommended to let CPM cache dependencies in order to reduce redundant downloads.
0 commit comments