blob: 9a737de9d74d0f72adb70d49e196b787aa1f28d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- CMakeLists.txt.orig 2025-10-30 14:43:13 UTC
+++ CMakeLists.txt
@@ -227,6 +227,7 @@ endif ()
sycl)
endif ()
+find_package(camp REQUIRED)
message(STATUS "Desul Atomics support is ${RAJA_ENABLE_DESUL_ATOMICS}")
if (RAJA_ENABLE_DESUL_ATOMICS)
|