From: Matthias Maier Date: Fri, 14 Sep 2012 14:32:05 +0000 (+0000) Subject: Remove obsolete file X-Git-Tag: v8.0.0~1079^2~866 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60d6c3e7144d5a67963b43352cc2044b4e12735;p=dealii.git Remove obsolete file git-svn-id: https://svn.dealii.org/branches/branch_cmake@26382 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/macros/macro_list_contains.cmake b/deal.II/contrib/cmake/macros/macro_list_contains.cmake deleted file mode 100644 index 283e664b0e..0000000000 --- a/deal.II/contrib/cmake/macros/macro_list_contains.cmake +++ /dev/null @@ -1,9 +0,0 @@ -# grml... -MACRO(LIST_CONTAINS var value) - SET(${var}) - FOREACH (value2 ${ARGN}) - IF (${value} STREQUAL ${value2}) - SET(${var} TRUE) - ENDIF (${value} STREQUAL ${value2}) - ENDFOREACH (value2) -ENDMACRO(LIST_CONTAINS)