From: Peter Munch Date: Fri, 16 Aug 2024 21:14:25 +0000 (+0200) Subject: Check for Fortran again X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17560%2Fhead;p=dealii.git Check for Fortran again --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dcdbb73b2..89e3d3e715 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,6 +94,7 @@ verbose_include(${CMAKE_SOURCE_DIR}/cmake/setup_cached_variables.cmake) # Now, set the project and set up the rest: # project(deal.II CXX C) +enable_language_optional(Fortran) verbose_include(${CMAKE_SOURCE_DIR}/cmake/setup_deal_ii.cmake)