From 4ed1bb9574fdc061adcf2ca16bb73f0f9bbe5523 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 17 Sep 2012 08:16:57 +0000 Subject: [PATCH] Rename to configure_cached_variables git-svn-id: https://svn.dealii.org/branches/branch_cmake@26426 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 2 +- .../{configure_build.cmake => configure_cached_variables.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename deal.II/contrib/cmake/configure/{configure_build.cmake => configure_cached_variables.cmake} (100%) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index ce8128fd40..ef1ada3c48 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -195,7 +195,7 @@ SET(CMAKE_MODULE_PATH # configure the cached, user editable CMAKE_BUILD_TYPES, CMAKE_CXX_FLAGS, # etc. variables at this point: # -INCLUDE(configure_build) +INCLUDE(configure_cached_variables) # # Now, set the project and configure some deal_II specific variables: diff --git a/deal.II/contrib/cmake/configure/configure_build.cmake b/deal.II/contrib/cmake/configure/configure_cached_variables.cmake similarity index 100% rename from deal.II/contrib/cmake/configure/configure_build.cmake rename to deal.II/contrib/cmake/configure/configure_cached_variables.cmake -- 2.39.5