From 931e40a42ce8895579ba790b55f3ac890bca65e4 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 25 Dec 2014 17:29:35 +0100 Subject: [PATCH] Now also cached variables have CPACK prefix. --- cmake/setup_cached_variables.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index 5696a536ae..9b11678152 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -410,9 +410,9 @@ FOREACH(_var ${_res}) ENDFOREACH() # CPack miscellaneous options -SET(DEAL_II_EXTERNAL_LIBS_TREE "" CACHE PATH +SET(DEAL_II_CPACK_EXTERNAL_LIBS_TREE "" CACHE PATH "Path to tree of external libraries that will be installed in bundle package." ) -MARK_AS_ADVANCED(DEAL_II_EXTERNAL_LIBS_TREE) +MARK_AS_ADVANCED(DEAL_II_CPACK_EXTERNAL_LIBS_TREE) -- 2.39.5