]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: search quietly for kokkos and avoid an unnecessary warning 14466/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 24 Nov 2022 13:12:21 +0000 (07:12 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 24 Nov 2022 13:12:21 +0000 (07:12 -0600)
cmake/modules/FindKOKKOS.cmake

index 02c94820e7e6de7f1e2f050a1fab24f06e6a3e3d..37dd5dc4e48d43abb65154d09f930d3d09e3573c 100644 (file)
@@ -34,7 +34,7 @@ IF(DEAL_II_TRILINOS_WITH_KOKKOS)
 ELSE()
   # temporarily disable ${CMAKE_SOURCE_DIR}/cmake/modules for module lookup
   LIST(REMOVE_ITEM CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
-  FIND_PACKAGE(Kokkos 3.7.0
+  FIND_PACKAGE(Kokkos 3.7.0 QUIET
     HINTS ${KOKKOS_DIR} ${Kokkos_DIR} $ENV{Kokkos_DIR}
     )
   LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.