From c0cebcb19ae53773f6b21035813c6d58dd829b94 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 24 Jan 2013 14:06:17 -0500 Subject: ExternalData: Remove unused private interface The 'store' action was part of an older design and is no longer needed. Remove it. --- Modules/ExternalData.cmake | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake index 0800bb3..d678cf2 100644 --- a/Modules/ExternalData.cmake +++ b/Modules/ExternalData.cmake @@ -690,16 +690,6 @@ elseif("${ExternalData_ACTION}" STREQUAL "local") endif() endforeach() _ExternalData_link_or_copy("${name}" "${file}") -elseif("${ExternalData_ACTION}" STREQUAL "store") - foreach(v dir file) - if(NOT DEFINED "${v}") - message(FATAL_ERROR "No \"-D${v}=\" value provided!") - endif() - endforeach() - if(NOT DEFINED algo) - set(algo "MD5") - endif() - _ExternalData_compute_hash(hash "${algo}" "${file}") else() message(FATAL_ERROR "Unknown ExternalData_ACTION=[${ExternalData_ACTION}]") endif() -- cgit v0.12