From: maier Date: Tue, 11 Sep 2012 17:17:03 +0000 (+0000) Subject: forgot the file... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14caa54ae7bb6aa241d5a73bc025c656bc993f3;p=dealii-svn.git forgot the file... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26295 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/check/check_for_compiler_features.cmake b/deal.II/contrib/cmake/check/check_for_compiler_features.cmake new file mode 100644 index 0000000000..5ddfed80bc --- /dev/null +++ b/deal.II/contrib/cmake/check/check_for_compiler_features.cmake @@ -0,0 +1,7 @@ +INCLUDE(CheckCXXSourceCompiles) +INCLUDE(CheckIncludeFiles) + + +# +# Check for various compiler features. +#