From 9b86d3bdc898cb7918962a05d1d3e2371f6391cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= Date: Mon, 2 May 2022 18:28:39 +0000 Subject: [PATCH] Merge branch 'fix/install-cmake-module-files' into 'master' [cmake] install all modules See merge request dumux-repositories/dumux!3086 (cherry picked from commit ce04073336b11f43fac4a85a36c41e024ec1ca9d) 2baf1cf0 [cmake] install all modules --- cmake/modules/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt index 27a97a8fdf..2b92049c94 100644 --- a/cmake/modules/CMakeLists.txt +++ b/cmake/modules/CMakeLists.txt @@ -1,10 +1,13 @@ set(modules AddGstatFileLinks.cmake AddInputFileLinks.cmake + AddKokkosFlags.cmake + AddOpenMPFlags.cmake DumuxDoxygen.cmake DumuxMacros.cmake DumuxTestMacros.cmake FindGLPK.cmake + FindGmsh.cmake FindGstat.cmake FindNLOPT.cmake FindPVPython.cmake) -- GitLab