[cig-commits] commit by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sat Aug 10 15:29:06 PDT 2013


Revision 1822

Improve error message.

U   trunk/aspect/CMakeLists.txt


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1822&peg=1822

Diff:
Modified: trunk/aspect/CMakeLists.txt
===================================================================
--- trunk/aspect/CMakeLists.txt	2013-08-09 16:43:42 UTC (rev 1821)
+++ trunk/aspect/CMakeLists.txt	2013-08-10 22:28:35 UTC (rev 1822)
@@ -25,7 +25,7 @@
 
 IF(NOT DEAL_II_WITH_TRILINOS OR NOT DEAL_II_WITH_P4EST)
   MESSAGE(FATAL_ERROR
-    "
Aspect requires a deal.II installation built with support for Trilinos and p4est!
"
+    "
Aspect requires a deal.II installation built with support for Trilinos and p4est but one or both of these appears to be missing!
"
     )
 ENDIF()
 


More information about the CIG-COMMITS mailing list