From f99771ce0a42f91f825c941cc8f0cbc4514875a7 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sat, 10 Apr 2010 23:48:43 +0200 Subject: [PATCH] -revert the previous unintended commit Alex --- Modules/ExternalProject.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index 5f5dec014..0302d5c4b 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -713,8 +713,6 @@ function(_ep_add_download_command name) _ep_write_extractfile_script("${stamp_dir}/extract-${name}.cmake" "${file}" "${tmp_dir}" "${source_dir}") list(APPEND cmd ${CMAKE_COMMAND} -P ${stamp_dir}/extract-${name}.cmake) endif() - elseif(source_dir AND EXISTS "${source_dir}") - set(cmd echo Sources present at ${source_dir}) else() message(SEND_ERROR "error: no download info for '${name}' -- please specify existing SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE, SVN_REPOSITORY or DOWNLOAD_COMMAND") endif()