From eacf6fe8c1fa21320316f3632db8c68d7dba10fc Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 31 Oct 2012 14:36:15 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@27259 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_cached_variables.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/cmake/setup_cached_variables.cmake b/deal.II/cmake/setup_cached_variables.cmake index d05ba6b9c0..d1b567a43a 100644 --- a/deal.II/cmake/setup_cached_variables.cmake +++ b/deal.II/cmake/setup_cached_variables.cmake @@ -56,7 +56,7 @@ # # ########################################################################### -If(DEAL_II_WITH_BUNDLED_DIRECTORY) +If(DEAL_II_HAVE_BUNDLED_DIRECTORY) OPTION(DEAL_II_ALLOW_BUNDLED "Allow the use of libraries bundled with the source tarball. (DEAL_II_FORCE_BUNDLED* will overwrite this option.)" ON @@ -73,7 +73,7 @@ OPTION(DEAL_II_COMPONENT_CONTRIB OFF ) -If(DEAL_II_WITH_DOC_DIRECTORY) +If(DEAL_II_HAVE_DOC_DIRECTORY) OPTION(DEAL_II_COMPONENT_DOCUMENTATION "Enable configuration, build and installation of the documentation. This adds a COMPONENT \"documentation\" to the build system." OFF -- 2.39.5