From 964b908f5916fb9a671f9796c2016b00e6c063b9 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 26 Feb 2014 22:48:28 +0000 Subject: [PATCH] remove forgottten functionparser cmake file git-svn-id: https://svn.dealii.org/trunk@32561 0785d39b-7218-0410-832d-ea1e28bc413d --- .../configure/configure_functionparser.cmake | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 deal.II/cmake/configure/configure_functionparser.cmake diff --git a/deal.II/cmake/configure/configure_functionparser.cmake b/deal.II/cmake/configure/configure_functionparser.cmake deleted file mode 100644 index 4794106652..0000000000 --- a/deal.II/cmake/configure/configure_functionparser.cmake +++ /dev/null @@ -1,41 +0,0 @@ -## --------------------------------------------------------------------- -## $Id$ -## -## Copyright (C) 2012 - 2014 by the deal.II authors -## -## This file is part of the deal.II library. -## -## The deal.II library is free software; you can use it, redistribute -## it, and/or modify it under the terms of the GNU Lesser General -## Public License as published by the Free Software Foundation; either -## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. -## -## --------------------------------------------------------------------- - -# -# Configuration for functionparser -# - -MACRO(FEATURE_FUNCTIONPARSER_FIND_EXTERNAL var) - MESSAGE(STATUS - "No module available for finding functionparser externally." - ) -ENDMACRO() - - -MACRO(FEATURE_FUNCTIONPARSER_CONFIGURE_BUNDLED) - SET(FUNCTIONPARSER_BUNDLED_INCLUDE_DIRS ${FUNCTIONPARSER_FOLDER}) -ENDMACRO() - - -MACRO(FEATURE_FUNCTIONPARSER_ERROR_MESSAGE) - MESSAGE(FATAL_ERROR "\n" - "No module available for finding functionparser externally.\n" - "Disable DEAL_II_WITH_FUNCTIONPARSER, or enable DEAL_II_ALLOW_BUNDLED.\n\n" - ) -ENDMACRO() - - -CONFIGURE_FEATURE(FUNCTIONPARSER) -- 2.39.5