From: maier Date: Fri, 14 Sep 2012 14:32:05 +0000 (+0000) Subject: Remove obsolete file X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e9da866ba9ffafdfea5eb3ddf1a25e30b9c0cb;p=dealii-svn.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)