From 207eec8a3ef3a476d868b72362a82ff7f99f8a73 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 1 Oct 2012 21:44:57 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26916 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/bundled/functionparser/CMakeLists.txt | 5 ++++- deal.II/bundled/functionparser/README | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/deal.II/bundled/functionparser/CMakeLists.txt b/deal.II/bundled/functionparser/CMakeLists.txt index c32d8011da..c74856ab6f 100644 --- a/deal.II/bundled/functionparser/CMakeLists.txt +++ b/deal.II/bundled/functionparser/CMakeLists.txt @@ -1 +1,4 @@ -DEAL_II_ADD_LIBRARY(obj_functionparser OBJECT fparser.cc) +DEAL_II_ADD_LIBRARY(obj_functionparser OBJECT + fparser.cc + fpoptimizer.cc + ) diff --git a/deal.II/bundled/functionparser/README b/deal.II/bundled/functionparser/README index 00bdbc5b8d..b39c62b317 100644 --- a/deal.II/bundled/functionparser/README +++ b/deal.II/bundled/functionparser/README @@ -1,7 +1,7 @@ This directory contains the functionparser project which is copyrighted by Juha Nieminen and licensed under the GNU Lesser General Public License -(LGPL) Version 3. See functionparser/README, functionparser/lgpl-3.0.txt -or http://warp.povusers.org/FunctionParser/ +(LGPL) Version 3. See ./docs/fparser.html +http://warp.povusers.org/FunctionParser/. A full version of the functionparser project can be downloaded at http://warp.povusers.org/FunctionParser/. -- 2.39.5