From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93586b6da4555894b57ce6ef0e4ca8fbf382aac3;p=dealii-svn.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)