[Cmake-commits] [cmake-commits] david.cole committed ExternalProject.cmake 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 26 06:52:46 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15322

Modified Files:
	ExternalProject.cmake 
Log Message:
Add missing argument to _ep_write_downloadfile_script.


Index: ExternalProject.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/ExternalProject.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** ExternalProject.cmake	19 Aug 2009 16:19:12 -0000	1.5
--- ExternalProject.cmake	26 Aug 2009 10:52:43 -0000	1.6
***************
*** 642,646 ****
          endif()
          set(file ${download_dir}/${fname})
!         _ep_write_downloadfile_script("${stamp_dir}/download-${name}.cmake" "${url}" "${file}")
          set(cmd ${CMAKE_COMMAND} -P ${stamp_dir}/download-${name}.cmake
            COMMAND)
--- 642,646 ----
          endif()
          set(file ${download_dir}/${fname})
!         _ep_write_downloadfile_script("${stamp_dir}/download-${name}.cmake" "${url}" "${file}" "")
          set(cmd ${CMAKE_COMMAND} -P ${stamp_dir}/download-${name}.cmake
            COMMAND)



More information about the Cmake-commits mailing list