-revert the previous unintended commit

Alex
This commit is contained in:
Alex Neundorf 2010-04-10 23:48:43 +02:00
parent 8d907e298b
commit f99771ce0a
1 changed files with 0 additions and 2 deletions

View File

@ -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()