From 93586b6da4555894b57ce6ef0e4ca8fbf382aac3 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 24 Dec 2013 09:55:14 +0000 Subject: [PATCH] CMake: Unfortunately, for FindLAPACK and FindBzip2 we need a C compiler to be set up... git-svn-id: https://svn.dealii.org/trunk@32107 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 8ae7818a1e..c48544e743 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -76,8 +76,7 @@ INCLUDE(setup_cached_variables) # # Now, set the project and set up the rest: # -PROJECT(deal.II CXX) -ENABLE_LANGUAGE_OPTIONAL(C) +PROJECT(deal.II CXX C) ENABLE_LANGUAGE_OPTIONAL(Fortran) INCLUDE(setup_deal_ii) -- 2.39.5