]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
*sigh* CMake is such a pile of ...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Jul 2013 09:49:49 +0000 (09:49 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Jul 2013 09:49:49 +0000 (09:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@30007 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/cmake/configure/configure_1_mpi.cmake

index 7f7a4e95438c695d977f1ad42c3eb8559a7ae99c..cc53735cba3279531c8a2b01f6d87593d9c5ed55 100644 (file)
@@ -67,7 +67,7 @@ INCLUDE(setup_cached_variables)
 # Now, set the project and set up the rest:
 #
 PROJECT(deal.II CXX)
-ENABLE_LANGUAGE(C OPTIONAL)
+ENABLE_LANGUAGE(C) # OPTIONAL) wrt to bug http://public.kitware.com/Bug/view.php?id=9220
 INCLUDE(setup_deal_ii)
 INCLUDE(setup_compiler_flags)
 
index fc88e1e1fbf3a29230d9016820900bd5f615e553..7cf651990bf7535c8a17a3563891119859e8295d 100644 (file)
@@ -20,9 +20,10 @@ MACRO(FEATURE_MPI_FIND_EXTERNAL var)
   #
   # Enable C and Fortran support so that MPI_Fortran_LIBRARIES is set up.
   #
-  IF(NOT CMAKE_Fortran_COMPILER_WORKS)
-    ENABLE_LANGUAGE(Fortran OPTIONAL)
-  ENDIF()
+  # Disabled wrt to http://public.kitware.com/Bug/view.php?id=9220
+  #IF(NOT CMAKE_Fortran_COMPILER_WORKS)
+  #  ENABLE_LANGUAGE(Fortran OPTIONAL)
+  #ENDIF()
 
   #
   # Obey a manual user override: If MPI_CXX_FOUND is set to true in the

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.