From: maier Date: Fri, 28 Sep 2012 13:49:41 +0000 (+0000) Subject: Update README X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff686e496e28c6373050ce65cd2f628bb7dbceaa;p=dealii-svn.git Update README git-svn-id: https://svn.dealii.org/branches/branch_cmake@26835 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index 8ac36fc13d..06581de748 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -666,6 +666,9 @@ DEVELOPMENT . (Don't forget to specify the link libraries, see below.) + CHECK_CXX_COMPILER_FLAG(flag variable) + Sets the variable to 1 if the compiler understands the flag. + - Necessary compiler flags can easily set in the string variable CMAKE_REQUIRED_FLAGS. There are two small macros that do this job nicely: