From: Matthias Maier Date: Mon, 1 Oct 2012 13:15:29 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.0.0~1079^2~544 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f3ad81c64cd204477ac3bf1c86511c716a9600;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26897 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/bundled/CMakeLists.txt b/deal.II/bundled/CMakeLists.txt index 70dc5344e8..13dc4e5ded 100644 --- a/deal.II/bundled/CMakeLists.txt +++ b/deal.II/bundled/CMakeLists.txt @@ -46,7 +46,7 @@ OPTION(DEAL_II_FORCE_BUNDLED_FUNCTIONPARSER SET(FUNCTIONPARSER_FOLDER "${CMAKE_SOURCE_DIR}/bundled/functionparser/") IF(FEATURE_FUNCTIONPARSER_BUNDLED_CONFIGURED) - ADD_SUBDIRECTORY(${FUNCTIONPARSER_PROJECT}) + ADD_SUBDIRECTORY(${FUNCTIONPARSER_FOLDER}) ENDIF()