]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: remove Kokkos version handling from FindDEAL_II_TRILINOS.cmake
authorMatthias Maier <tamiko@43-1.org>
Mon, 24 Mar 2025 22:21:38 +0000 (17:21 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 25 Mar 2025 15:06:31 +0000 (10:06 -0500)
cmake/modules/FindDEAL_II_TRILINOS.cmake

index 4a651e29f378f6fd19bf0325a5fd727d4f6b349a..7ff28686dd97a982c673a96ed19e2925fce6355c 100644 (file)
@@ -48,16 +48,6 @@ 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 REQUIRED QUIET
-    PATHS ${TRILINOS_CONFIG_DIR}/.. NO_DEFAULT_PATH
-  )
-
-  set(KOKKOS_FOUND ${Kokkos_FOUND})
-
-
   #
   # Extract version numbers:
   #

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.