From 0c8b36d97cf3562253864735016039f8813fbabd Mon Sep 17 00:00:00 2001 From: James Foucar Date: Fri, 26 Jan 2024 13:03:05 -0700 Subject: [PATCH] Fix Homme Cmake, EKAT subm update changed the EkatBuildKokkos module --- components/homme/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/homme/CMakeLists.txt b/components/homme/CMakeLists.txt index fe6aafb6ec34..c016182e3bf0 100644 --- a/components/homme/CMakeLists.txt +++ b/components/homme/CMakeLists.txt @@ -456,9 +456,9 @@ IF (HOMME_USE_KOKKOS AND HOMME_STANDALONE) list(APPEND CMAKE_MODULE_PATH ${EKAT_CMAKE_PATH} ${EKAT_CMAKE_PATH}/pkg_build + ${EKAT_CMAKE_PATH}/tpls ) include (EkatBuildKokkos) - BuildKokkos() ENDIF () # This folder contains the CMake macro used to build cxx unit tests