From: Matthias Maier Date: Tue, 24 Dec 2013 09:55:14 +0000 (+0000) Subject: CMake: Unfortunately, for FindLAPACK and FindBzip2 we need a C compiler to be set... X-Git-Tag: v8.2.0-rc1~1119 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76dcb216cf09e5954e8944aaf5b0a10ed5d6eaa6;p=dealii.git 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 --- 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)