(temporarily) disable Kokkos deprecation warnings in CMake presets in preparation for stable release

This commit is contained in:
Axel Kohlmeyer
2022-05-17 06:02:50 -04:00
parent bf98df3264
commit 326b833d7f
5 changed files with 15 additions and 0 deletions

View File

@ -4,3 +4,6 @@ set(Kokkos_ENABLE_SERIAL ON CACHE BOOL "" FORCE)
set(Kokkos_ENABLE_OPENMP ON CACHE BOOL "" FORCE)
set(Kokkos_ENABLE_CUDA OFF CACHE BOOL "" FORCE)
set(BUILD_OMP ON CACHE BOOL "" FORCE)
# hide deprecation warnings temporarily for stable release
set(Kokkos_ENABLE_DEPRECATION_WARNINGS OFF CACHE BOOL "" FORCE)