]> https://gitweb.dealii.org/ - dealii.git/commitdiff
also run detection for 13.2
authorTimo Heister <timo.heister@gmail.com>
Fri, 21 Mar 2025 15:38:47 +0000 (11:38 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 21 Mar 2025 15:38:47 +0000 (11:38 -0400)
cmake/modules/FindDEAL_II_TRILINOS.cmake

index ff6850b3a0fffdd6a9cbd3188d61981eb05d94e0..ee375a99a7d59083aa3d9c160352c31e877a13f9 100644 (file)
@@ -48,6 +48,16 @@ find_package(TRILINOS_CONFIG
   )
 
 if(Trilinos_FOUND)
+  # run find_package to populate variables like Kokkos_VERSION not
+  # set by the find_package call to Trilinos:
+  set(CMAKE_CXX_EXTENSIONS OFF)
+  find_package(Kokkos 3.4.0 QUIET
+    PATHS ${TRILINOS_DIR} NO_DEFAULT_PATH
+  )
+
+  set(KOKKOS_FOUND ${Kokkos_FOUND})
+
+
   #
   # Extract version numbers:
   #
@@ -114,15 +124,6 @@ if(TRILINOS_VERSION VERSION_GREATER_EQUAL 14)
     list(APPEND _targets Kokkos::kokkos)
   endif()
 
-  # run find_package to populate variables like Kokkos_VERSION not
-  # set by the find_package call to Trilinos:
-  set(CMAKE_CXX_EXTENSIONS OFF)
-  find_package(Kokkos 3.4.0 QUIET
-    PATHS ${TRILINOS_DIR} NO_DEFAULT_PATH
-  )
-
-  set(KOKKOS_FOUND ${Kokkos_FOUND})
-
   process_feature(TRILINOS
     TARGETS REQUIRED _targets
     CLEAR

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.