From: Luca Heltai Date: Thu, 25 Dec 2014 16:29:35 +0000 (+0100) Subject: Now also cached variables have CPACK prefix. X-Git-Tag: v8.2.0~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=931e40a42ce8895579ba790b55f3ac890bca65e4;p=dealii.git Now also cached variables have CPACK prefix. --- 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)