From 7291ce495eeb72dd4aa10a9eb479da2b6f4876e5 Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Mon, 27 Mar 2023 00:23:35 +0000 Subject: [PATCH] Merge branch 'feature/cmake-missing-include' into 'master' [cmake] Add missing include See merge request dumux-repositories/dumux!3499 (cherry picked from commit 00bab0a93225f20819b2f4bb583a73f798c67963) 86f49610 [cmake] Add missing include --- cmake/modules/DumuxMacros.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/modules/DumuxMacros.cmake b/cmake/modules/DumuxMacros.cmake index 547ce7b4cf..ded9d5b895 100644 --- a/cmake/modules/DumuxMacros.cmake +++ b/cmake/modules/DumuxMacros.cmake @@ -17,6 +17,8 @@ find_package(PVPython QUIET) find_package(Kokkos QUIET) include(AddKokkosFlags) +include(CheckCXXSymbolExists) + # test if compiler supports std::format check_cxx_symbol_exists( "__cpp_lib_format" -- GitLab